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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??濯?鷹ゲ | 001111110011111110010001111100110011111110010001111010011000001101010001 | 3f3f91f33f91e98351 |
EUC-JP | ??濯?鷹ゲ | 001111110011111111000010111101010011111111000010111010111010010110110010 | 3f3fc2f53fc2eba5b2 |
UTF-8 | 룶뇟濯룫鷹ゲ | 111010111010001110110110111010111000011110011111111001101011111110101111111010111010001110101011111010011011011110111001111000111000001010110010 | eba3b6eb879fe6bfafeba3abe9b7b9e382b2 |
UHC | 룶뇟濯룫鷹ゲ | 100011111010101110110100101000011111011011111011100011111010001011101011111011011010101110110010 | 8fabb4a1f6fb8fa2ebedabb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)