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 | 獄??癲?? | 1000110110010110001111110011111111100001100111110011111100111111 | 8d963f3fe19f3f3f |
EUC-JP | 獄??癲?? | 1011100111110110001111110011111111100010101000010011111100111111 | b9f63f3fe2a13f3f |
UTF-8 | 獄㏓낏癲띿옗 | 111001111000110110000100111000111000111110010011111010111000001010001111111001111001100110110010111010111001110110111111111011001001100010010111 | e78d84e38f93eb828fe799b2eb9dbfec9897 |
UHC | 獄㏓낏癲띿옗 | 111010001010101110100111111010111011001110101000111011111010011010001101111011001001111010011101 | e8aba7ebb3a8efa68dec9e9d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)