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 | 製?低?紆? | 100100001011101100111111100100101110000100111111111000101111110000111111 | 90bb3f92e13fe2fc3f |
EUC-JP | 製?低?紆? | 110000001011110100111111110001001110001100111111111001001111111000111111 | c0bd3fc4e33fe4fe3f |
UTF-8 | 製렩低렮紆렣 | 111010001010001110111101111010111010000010101001111001001011110110001110111010111010000010101110111001111011010010000110111010111010000010100011 | e8a3bdeba0a9e4bd8eeba0aee7b486eba0a3 |
UHC | 製렩低렮紆렣 | 111100001011001010001110101101111110111010111000100011101011101111101001111000011000111010110100 | f0b28eb7eeb88ebbe9e18eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)