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 | 姐?薔?梯? | 100010001011011100111111111001010100101100111111100100101111001000111111 | 88b73fe54b3f92f23f |
EUC-JP | 姐?薔?梯? | 101100001011100100111111111010011010110000111111110001001111010000111111 | b0b93fe9ac3fc4f43f |
UTF-8 | 姐렫薔렟梯탐 | 111001011010011110010000111010111010000010101011111010001001011010010100111010111010000010011111111001101010001010101111111011011000001110010000 | e5a790eba0abe89694eba09fe6a2afed8390 |
UHC | 姐렫薔렟梯탐 | 111011101011101110001110101110011110110111111001100011101011000011110000101011001100010110111101 | eebb8eb9edf98eb0f0acc5bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)