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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 訒伜廠h | 11111011101000111001100011100101100011111011000101101000 | fba398e58fb168 |
EUC-JP | 訒伜廠h | 1000111111011101110010001101000011100111101111101011001101101000 | 8fddc8d0e7beb368 |
UTF-8 | 訒伜廠h | 11101000101010001001001011100100101111001001110011100101101110111010000001101000 | e8a892e4bc9ce5bba068 |
UHC | ??廠h | 0011111100111111111100111101111101101000 | 3f3ff3df68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)