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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 漬?翁峰? | 1001001011010000001111111000100110100101100101011111010000111111 | 92d03f89a595f43f |
EUC-JP | 漬?翁峰? | 1100010011010010001111111011001010100111110010101111011000111111 | c4d23fb2a7caf63f |
UTF-8 | 漬렓翁峰렯 | 111001101011110010101100111010111010000010010011111001111011111110000001111001011011001110110000111010111010000010101111 | e6bcaceba093e7bf81e5b3b0eba0af |
UHC | 漬렓翁峰렯 | 11110010101100001000111010101000111010001011101011011100111010001000111010111100 | f2b08ea8e8badce88ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)