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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 閭嶝榊ョ鈴嵩 | 1110100010000011100110111101000110001101111001011010111010010111111010011001000010010011 | e8839bd18de5ae97e99093 |
EUC-JP | 閭嶝榊ョ鈴嵩 | 111011111110001111010110110100111011101011100111100011101010111011001110111010111011111111110011 | efe3d6d3bae78eaeceebbff3 |
UTF-8 | 閭嶝榊ョ鈴嵩 | 111010011001011010101101111001011011011010011101111001101010011010001010111011111011110110101110111010011000100010110100111001011011010110101001 | e996ade5b69de6a68aefbdaee988b4e5b5a9 |
UHC | 閭嶝??鈴嵩 | 11010101111011111101010011110001001111110011111111010110110000101110001110100001 | d5efd4f13f3fd6c2e3a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)