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 | 劾?孩?提? | 100010100100111000111111100110110111011100111111100100101111000100111111 | 8a4e3f9b773f92f13f |
EUC-JP | 劾?孩?提? | 101100111010111100111111110101011101100000111111110001001111001100111111 | b3af3fd5d83fc4f33f |
UTF-8 | 劾렊孩렣提렠 | 111001011000101010111110111010111010000010001010111001011010110110101001111010111010000010100011111001101000111110010000111010111010000010100000 | e58abeeba08ae5ada9eba0a3e68f90eba0a0 |
UHC | 劾렊孩렣提렠 | 111110101011011010001110101000011111101010101001100011101011010011110000101010111000111010110001 | fab68ea1faa98eb4f0ab8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)