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 | 癲??倚ч? | 111000011001111100111111001111111001100011011111100001001000100100111111 | e19f3f3f98df84893f |
EUC-JP | 癲??倚ч? | 111000101010000100111111001111111101000011100001101001111110100100111111 | e2a13f3fd0e1a7e93f |
UTF-8 | 癲ㅺ옇倚ч슧 | 1110011110011001101100101110001110000101101110101110110010011000100001111110010110000000100110101101000110000111111011001000101010100111 | e799b2e385baec9887e5809ad187ec8aa7 |
UHC | 癲ㅺ옇倚ч슧 | 111011111010011010100100111010101011111110111000111010111110111110101100111010011001101010110001 | efa6a4eabfb8ebeface99ab1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)