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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??野??野^ | 001111110011111110010110111011000011111100111111100101101110110001011110 | 3f3f96ec3f3f96ec5e |
EUC-JP | ??野??野^ | 001111110011111111001100111011100011111100111111110011001110111001011110 | 3f3fccee3f3fccee5e |
UTF-8 | 읯黎野읯黎野^ | 11101100100111011010111111101111101001101000100111101001100001111000111011101100100111011010111111101111101001101000100111101001100001111000111001011110 | ec9dafefa689e9878eec9dafefa689e9878e5e |
UHC | 읯黎野읯黎野^ | 10011111110101011110011010110001111001011010111110011111110101011110011010110001111001011010111101011110 | 9fd5e6b1e5af9fd5e6b1e5af5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)