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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?釐ぴ?朞 | 0011111111100111110110001000001011010010001111111001111001001101 | 3fe7d882d23f9e4d |
EUC-JP | ?釐ぴ?朞 | 0011111111101110110110101010010011010100001111111101101110101110 | 3feedaa4d43fdbae |
UTF-8 | 룶釐ぴ룶朞 | 111010111010001110110110111010011000011110010000111000111000000110110100111010111010001110110110111001101001110010011110 | eba3b6e98790e381b4eba3b6e69c9e |
UHC | 룶釐ぴ룶朞 | 10001111101010111101011111101101101010101101010010001111101010111101000110100001 | 8fabd7edaad48fabd1a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)