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 | ?釐ぱ?述 | 0011111111100111110110001000001011001111001111111000111101110001 | 3fe7d882cf3f8f71 |
EUC-JP | ?釐ぱ?述 | 0011111111101110110110101010010011010001001111111011110111010010 | 3feedaa4d13fbdd2 |
UTF-8 | 룶釐ぱ룶述 | 111010111010001110110110111010011000011110010000111000111000000110110001111010111010001110110110111010001011111110110000 | eba3b6e98790e381b1eba3b6e8bfb0 |
UHC | 룶釐ぱ룶述 | 10001111101010111101011111101101101010101101000110001111101010111110001011111011 | 8fabd7edaad18fabe2fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)