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 | ???Q] | 0011111100111111001111110101000101011101 | 3f3f3f515d |
SJIS-WIN | 訒伜廠Q] | 1111101110100011100110001110010110001111101100010101000101011101 | fba398e58fb1515d |
EUC-JP | 訒伜廠Q] | 100011111101110111001000110100001110011110111110101100110101000101011101 | 8fddc8d0e7beb3515d |
UTF-8 | 訒伜廠Q] | 1110100010101000100100101110010010111100100111001110010110111011101000000101000101011101 | e8a892e4bc9ce5bba0515d |
UHC | ??廠Q] | 001111110011111111110011110111110101000101011101 | 3f3ff3df515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)