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 | 訊??鵝?? | 1001000001110101001111110011111111101010010000000011111100111111 | 90753f3fea403f3f |
EUC-JP | 訊??鵝?? | 1011111111010110001111110011111111110011101000010011111100111111 | bfd63f3ff3a13f3f |
UTF-8 | 訊덊뢅鵝딇뢒 | 111010001010100010001010111010111000110110001010111010111010001010000101111010011011010110011101111010111001010010000111111010111010001010010010 | e8a88aeb8d8aeba285e9b59deb9487eba292 |
UHC | 訊덊뢅鵝딇뢒 | 111000111111001010001000111011011000111101000001111001001011110110001010111011011000111101001101 | e3f288ed8f41e4bd8aed8f4d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)