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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ‘/」 | 100000010110010110000001010111101000000101110110 | 8165815e8176 |
EUC-JP | ‘/」 | 101000011100011010100001101111111010000111010111 | a1c6a1bfa1d7 |
UTF-8 | ‘/」 | 111000101000000010011000111011111011110010001111111000111000000010001101 | e28098efbc8fe3808d |
UHC | ‘/」 | 101000011010111010100011101011111010000110111001 | a1aea3afa1b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)