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 | ???H? | 0011111100111111001111110100100000111111 | 3f3f3f483f |
SJIS-WIN | ?悳モH? | 00111111100111000111101110000011100000100100100000111111 | 3f9c7b8382483f |
EUC-JP | ?悳モH? | 00111111110101111101110010100101111000100100100000111111 | 3fd7dca5e2483f |
UTF-8 | 룵悳モH룫 | 11101011101000111011010111100110100000101011001111100011100000111010001001001000111010111010001110101011 | eba3b5e682b3e383a248eba3ab |
UHC | 룵悳モH룫 | 100011111010101011010011111011011010101111100010010010001000111110100010 | 8faad3edabe2488fa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)