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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ???憶^ | 001111110011111100111111100010011010111101011110 | 3f3f3f89af5e |
EUC-JP | ???憶^ | 001111110011111100111111101100101011000101011110 | 3f3f3fb2b15e |
UTF-8 | 쒙븮쒙憶^ | 11101100100100101001100111101011101110001010111011101100100100101001100111100110100001101011011001011110 | ec9299ebb8aeec9299e686b65e |
UHC | 쒙븮쒙憶^ | 100111001110111110010101100101111001110011101111111001011110001101011110 | 9cef95979cefe5e35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)