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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 罌??唯?B | 1110001110100000001111110011111110010111010000100011111101000010 | e3a03f3f97423f42 |
EUC-JP | 罌??唯?B | 1110011010100010001111110011111111001101101000110011111101000010 | e6a23f3fcda33f42 |
UTF-8 | 罌살슖唯뉮B | 11100111101111011000110011101100100000101011010011101100100010101001011011100101100101001010111111101011100010011010111001000010 | e7bd8cec82b4ec8a96e594afeb89ae42 |
UHC | 罌살슖唯뉮B | 1110010110100010101110111110110010011010101001011110101011100110100001111111111001000010 | e5a2bbec9aa5eae687fe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)