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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 高堰? | 1000110110000010100010011000000100111111 | 8d8289813f |
EUC-JP | 高堰? | 1011100111100010101100011110000100111111 | b9e2b1e13f |
UTF-8 | 高堰깊 | 111010011010101110011000111001011010000010110000111010101011100110001010 | e9ab98e5a0b0eab98a |
UHC | 高堰깊 | 110011011101010011100101111010001011000111101101 | cdd4e5e8b1ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)