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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 訒伜廠B | 11111011101000111001100011100101100011111011000101000010 | fba398e58fb142 |
EUC-JP | 訒伜廠B | 1000111111011101110010001101000011100111101111101011001101000010 | 8fddc8d0e7beb342 |
UTF-8 | 訒伜廠B | 11101000101010001001001011100100101111001001110011100101101110111010000001000010 | e8a892e4bc9ce5bba042 |
UHC | ??廠B | 0011111100111111111100111101111101000010 | 3f3ff3df42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)