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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ??濯??B | 00111111001111111001000111110011001111110011111101000010 | 3f3f91f33f3f42 |
EUC-JP | ??濯??B | 00111111001111111100001011110101001111110011111101000010 | 3f3fc2f53f3f42 |
UTF-8 | 룶뇟濯룫倫B | 11101011101000111011011011101011100001111001111111100110101111111010111111101011101000111010101111101111101001111001010001000010 | eba3b6eb879fe6bfafeba3abefa79442 |
UHC | 룶뇟濯룫倫B | 1000111110101011101101001010000111110110111110111000111110100010111010111100001001000010 | 8fabb4a1f6fb8fa2ebc242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)