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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 瑤??要ワ?^ | 11101010101000100011111100111111100101110111011010000011100011110011111101011110 | eaa23f3f9776838f3f5e |
EUC-JP | 瑤??要ワ?^ | 11110100101001000011111100111111110011011101011110100101111011110011111101011110 | f4a43f3fcdd7a5ef3f5e |
UTF-8 | 瑤뗰쉑要ワ쉑^ | 11100111100100011010010011101011100101111011000011101100100010011001000111101000101001101000000111100011100000111010111111101100100010011001000101011110 | e791a4eb97b0ec8991e8a681e383afec89915e |
UHC | 瑤뗰쉑要ワ쉑^ | 11101000111111011000101111101111101111011010011111101001101010011010101111101111101111011010011101011110 | e8fd8befbda7e9a9abefbda75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)