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 | 第????淅 | 1001000111100110001111110011111100111111001111111001111111000110 | 91e63f3f3f3f9fc6 |
EUC-JP | 第????淅 | 1100001011101000001111110011111100111111001111111101111011001000 | c2e83f3f3f3fdec8 |
UTF-8 | 第렯롎렯렑淅 | 111001111010110010101100111010111010000010101111111010111010000110001110111010111010000010101111111010111010000010010001111001101011011110000101 | e7acaceba0afeba18eeba0afeba091e6b785 |
UHC | 第렯롎렯렑淅 | 111100001010111110001110101111001000111011010100100011101011110010001110101001101110000010110010 | f0af8ebc8ed48ebc8ea6e0b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)