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 | 晟船?? | 100111011110111010010001010001000011111100111111 | 9dee91443f3f |
EUC-JP | 晟船?? | 110110101111000011000001101001010011111100111111 | daf0c1a53f3f |
UTF-8 | 晟船롉렻 | 111001101001100110011111111010001000100010111001111010111010000110001001111010111010000010111011 | e6999fe888b9eba189eba0bb |
UHC | 晟船롉렻 | 1110000011111001111000001100111110001110110011111000111011000011 | e0f9e0cf8ecf8ec3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)