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 | 鈔」閼ゆ | 11100111111000101010001111101000100001001000001011100100 | e7e2a3e88482e4 |
EUC-JP | 鈔」閼ゆ | 1110111011100100100011101010001111101111111001001010010011100110 | eee48ea3efe4a4e6 |
UTF-8 | 鈔」閼ゆ | 111010011000100010010100111011111011110110100011111010011001011010111100111000111000001010000110 | e98894efbda3e996bce38286 |
UHC | ??閼ゆ | 001111110011111111100100110110011010101011100110 | 3f3fe4d9aae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)