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 | 帳????章 | 1001001010100000001111110011111100111111001111111000111111001101 | 92a03f3f3f3f8fcd |
EUC-JP | 帳????章 | 1100010010100010001111110011111100111111001111111011111011001111 | c4a23f3f3f3fbecf |
UTF-8 | 帳얹렰띨놘章 | 111001011011100010110011111011001001011010111001111010111010000010110000111010111001110110101000111010111000011010011000111001111010101110100000 | e5b8b3ec96b9eba0b0eb9da8eb8698e7aba0 |
UHC | 帳얹렰띨놘章 | 111011011110001110111110111100011000111010111101101101101110111010110011111101111110110111110001 | ede3bef18ebdb6eeb3f7edf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)