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 | ????q | 0011111100111111001111110011111101110001 | 3f3f3f3f71 |
SJIS-WIN | 伊斷旭?q | 1000100011001001100111011101000010001000101011100011111101110001 | 88c99dd088ae3f71 |
EUC-JP | 伊斷旭?q | 1011000011001011110110101101001010110000101100000011111101110001 | b0cbdad2b0b03f71 |
UTF-8 | 伊斷旭렔q | 11100100101111001000101011100110100101101011011111100110100101111010110111101011101000001001010001110001 | e4bc8ae696b7e697adeba09471 |
UHC | 伊斷旭렔q | 111011001010010111010011101010001110100111101111100011101010100101110001 | eca5d3a8e9ef8ea971 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)