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 | 錞??円 | 111110111101101100111111001111111000100101111110 | fbdb3f3f897e |
EUC-JP | 錞??円 | 10001111111001001101110000111111001111111011000111011111 | 8fe4dc3f3fb1df |
UTF-8 | 錞딃갎円 | 111010011000110010011110111010111001010010000011111010101011000010001110111001011000011010000110 | e98c9eeb9483eab08ee58686 |
UHC | 錞딃갎円 | 1110001011110110100010101110100110000001010010001110010111110111 | e2f68ae98148e5f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)