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 | ???牆ォ⊂ | 001111110011111100111111111000001010110110000011010010001000000110111100 | 3f3f3fe0ad834881bc |
EUC-JP | ???牆ォ⊂ | 001111110011111100111111111000001010111110100101101010011010001010111110 | 3f3f3fe0afa5a9a2be |
UTF-8 | 룶괄룫牆ォ⊂ | 111010111010001110110110111010101011010010000100111010111010001110101011111001111000100110000110111000111000001010101001111000101000101010000010 | eba3b6eab484eba3abe78986e382a9e28a82 |
UHC | 룶괄룫牆ォ⊂ | 100011111010101110110000111111011000111110100010111011011110110110101011101010011010000111111000 | 8fabb0fd8fa2ededaba9a1f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)