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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 獻蓍珎 | 111000001101100111100100111001111110000011011101 | e0d9e4e7e0dd |
EUC-JP | 獻蓍珎 | 111000001101101111101000111010011110000011011111 | e0dbe8e9e0df |
UTF-8 | 獻蓍珎 | 111001111000110110111011111010001001001110001101111001111000111110001110 | e78dbbe8938de78f8e |
UHC | 獻蓍? | 1111101011001100111000111100100100111111 | facce3c93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)