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 | ?????H?? | 0011111100111111001111110011111100111111010010000011111100111111 | 3f3f3f3f3f483f3f |
SJIS-WIN | ?????H?? | 0011111100111111001111110011111100111111010010000011111100111111 | 3f3f3f3f3f483f3f |
EUC-JP | ?????H?? | 0011111100111111001111110011111100111111010010000011111100111111 | 3f3f3f3f3f483f3f |
UTF-8 | 혧횉횕쩌짱H챨쩔 | 11101101100110001010011111101101100110101000100111101101100110101001010111101100101010011000110011101100101001111011000101001000111011001011000110101000111011001010100110010100 | ed98a7ed9a89ed9a95eca98ceca7b148ecb1a8eca994 |
UHC | 혧횉횕쩌짱H챨쩔 | 110000101000111111000011100001111100001110001111110000101011110011000010101011110100100011000011101100001100001010111111 | c28fc387c38fc2bcc2af48c3b0c2bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)