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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???盒邯 | 00111111001111110011111111100001101101001110011110110110 | 3f3f3fe1b4e7b6 |
EUC-JP | ???盒邯 | 00111111001111110011111111100010101101101110111010111000 | 3f3f3fe2b6eeb8 |
UTF-8 | 롈렪뤶盒邯 | 111010111010000110001000111010111010000010101010111010111010010010110110111001111001101110010010111010011000001010101111 | eba188eba0aaeba4b6e79b92e982af |
UHC | 롈렪뤶盒邯 | 10001110110011101000111010111000100011111110010011111001111011001100101011111011 | 8ece8eb88fe4f9eccafb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)