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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鸚??悠?? | 1110101001011111001111110011111110010111010010010011111100111111 | ea5f3f3f97493f3f |
EUC-JP | 鸚??悠?? | 1111001111000000001111110011111111001101101010100011111100111111 | f3c03f3fcdaa3f3f |
UTF-8 | 鸚쒓퍓悠껅껸 | 111010011011100010011010111011001001001010010011111011011000110110010011111001101000001010100000111010101011101110000101111010101011101110111000 | e9b89aec9293ed8d93e682a0eabb85eabbb8 |
UHC | 鸚쒓퍓悠껅껸 | 111001011010010010011100111010101011101110001010111010101110110110000011111001101011001010111001 | e5a49ceabb8aeaed83e6b2b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)