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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???蚣??? | 0011111100111111001111111110010101101110001111110011111100111111 | 3f3f3fe56e3f3f3f |
EUC-JP | ???蚣??? | 0011111100111111001111111110100111001111001111110011111100111111 | 3f3f3fe9cf3f3f3f |
UTF-8 | 溜븍뒜蚣溜븍뒜 | 111011111010011110001011111010111011100010001101111010111001001010011100111010001001101010100011111011111010011110001011111010111011100010001101111010111001001010011100 | efa78bebb88deb929ce89aa3efa78bebb88deb929c |
UHC | 溜븍뒜蚣溜븍뒜 | 1110101011111110101110101110101110001010100110011100110111110111111010101111111010111010111010111000101010011001 | eafebaeb8a99cdf7eafebaeb8a99 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)