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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 瑤??円 | 111010101010001000111111001111111000100101111110 | eaa23f3f897e |
EUC-JP | 瑤??円 | 111101001010010000111111001111111011000111011111 | f4a43f3fb1df |
UTF-8 | 瑤쒑뮅円 | 111001111001000110100100111011001001001010010001111010111010111010000101111001011000011010000110 | e791a4ec9291ebae85e58686 |
UHC | 瑤쒑뮅円 | 1110100011111101100111001110100010010010100101001110010111110111 | e8fd9ce89294e5f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)