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 | 襁沼「 | 1110010111110100100011111100000010100010 | e5f48fc0a2 |
EUC-JP | 襁沼「 | 111010101111011010111110110000101000111010100010 | eaf6bec28ea2 |
UTF-8 | 襁沼「 | 111010001010010110000001111001101011001010111100111011111011110110100010 | e8a581e6b2bcefbda2 |
UHC | 襁沼? | 1100101110111010111000011011101100111111 | cbbae1bb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)