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 | 梱高? | 1000110110101011100011011000001000111111 | 8dab8d823f |
EUC-JP | 梱高? | 1011101010101101101110011110001000111111 | baadb9e23f |
UTF-8 | 梱高랏 | 111001101010001010110001111010011010101110011000111010111001111010001111 | e6a2b1e9ab98eb9e8f |
UHC | 梱高랏 | 110011011110000111001101110101001011011011111001 | cde1cdd4b6f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)