To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ????RE | 001111110011111100111111001111110101001001000101 | 3f3f3f3f5245 |
SJIS-WIN | 迢シ閹」RE | 1110011110001011101111001110100010000110101000110101001001000101 | e78bbce886a35245 |
EUC-JP | 迢シ閹」RE | 11101101111010111000111010111100111011111110011010001110101000110101001001000101 | edeb8ebcefe68ea35245 |
UTF-8 | 迢シ閹」RE | 1110100010111111101000101110111110111101101111001110100110010110101110011110111110111101101000110101001001000101 | e8bfa2efbdbce996b9efbda35245 |
UHC | ????RE | 001111110011111100111111001111110101001001000101 | 3f3f3f3f5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)