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 | 嗔?幽??涌 | 100110100111000000111111100101110100100000111111001111111001011101001111 | 9a703f97483f3f974f |
EUC-JP | 嗔?幽??涌 | 110100111101000100111111110011011010100100111111001111111100110110110000 | d3d13fcda93f3fcdb0 |
UTF-8 | 嗔렳幽렽렳涌 | 111001011001011110010100111010111010000010110011111001011011100110111101111010111010000010111101111010111010000010110011111001101011011010001100 | e59794eba0b3e5b9bdeba0bdeba0b3e6b68c |
UHC | 嗔렳幽렽렳涌 | 111100101100011110001110110000001110101011101011100011101100010110001110110000001110100110111111 | f2c78ec0eaeb8ec58ec0e9bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)