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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 淼」訥亥 | 11111011010001011010001111100110011000111000100011100101 | fb45a3e66388e5 |
EUC-JP | 淼」訥亥 | 100011111100011111100110100011101010001111101011110001001011000011100111 | 8fc7e68ea3ebc4b0e7 |
UTF-8 | 淼」訥亥 | 111001101011011110111100111011111011110110100011111010001010100010100101111001001011101010100101 | e6b7bcefbda3e8a8a5e4baa5 |
UHC | ??訥亥 | 001111110011111111010010111011011111101010100100 | 3f3fd2edfaa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)