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 | 滸躬輊 | 100111111111010111100111010110101110011101101000 | 9ff5e75ae768 |
EUC-JP | 滸躬輊 | 110111101111011111101101101110111110110111001001 | def7edbbedc9 |
UTF-8 | 滸躬輊 | 111001101011101110111000111010001011101010101100111010001011110010001010 | e6bbb8e8baace8bc8a |
UHC | 滸躬? | 1111101111001010110011111110010100111111 | fbcacfe53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)