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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 獄???筌 | 10001101100101100011111100111111001111111110001010100011 | 8d963f3f3fe2a3 |
EUC-JP | 獄???筌 | 10111001111101100011111100111111001111111110010010100101 | b9f63f3f3fe4a5 |
UTF-8 | 獄뷜뫖흭筌 | 111001111000110110000100111010111011011110011100111010111010101110010110111011011001110110101101111001111010110110001100 | e78d84ebb79cebab96ed9dade7ad8c |
UHC | 獄뷜뫖흭筌 | 11101000101010111011101011100010100100011011100011000101100010011110111110100111 | e8abbae291b8c589efa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)