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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 闊顔」ィ | 111010001000100010001010111001111010001110101000 | e8888ae7a3a8 |
EUC-JP | 闊顔」ィ | 1110111111101000101101001110100110001110101000111000111010101000 | efe8b4e98ea38ea8 |
UTF-8 | 闊顔」ィ | 111010011001011110001010111010011010000110010100111011111011110110100011111011111011110110101000 | e9978ae9a194efbda3efbda8 |
UHC | 闊顔?? | 111111001100010011100100110101000011111100111111 | fcc4e4d43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)