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 | 閭嶝榊ョ礼ア | 11101000100000111001101111010001100011011110010110101110100101111110011110110001 | e8839bd18de5ae97e7b1 |
EUC-JP | 閭嶝榊ョ礼ア | 111011111110001111010110110100111011101011100111100011101010111011001110111010011000111010110001 | efe3d6d3bae78eaecee98eb1 |
UTF-8 | 閭嶝榊ョ礼ア | 111010011001011010101101111001011011011010011101111001101010011010001010111011111011110110101110111001111010010010111100111011111011110110110001 | e996ade5b69de6a68aefbdaee7a4bcefbdb1 |
UHC | 閭嶝???? | 1101010111101111110101001111000100111111001111110011111100111111 | d5efd4f13f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)