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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 肄?庄 | 1110001111100101001111111000111110101111 | e3e53f8faf |
EUC-JP | 肄?庄 | 1110011011100111001111111011111010110001 | e6e73fbeb1 |
UTF-8 | 肄렪庄 | 111010001000001010000100111010111010000010101010111001011011101010000100 | e88284eba0aae5ba84 |
UHC | 肄렪庄 | 111011001011110110001110101110001110110111100100 | ecbd8eb8ede4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)