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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 昕ル、 | 111110101100111111110010110010111101100110100100 | facff2cbd9a4 |
EUC-JP | 昕?ル、 | 1000111111000001111111000011111110001110110110011000111010100100 | 8fc1fc3f8ed98ea4 |
UTF-8 | 昕ル、 | 111001101001100010010101111011101000100010000010111011111011111010011001111011111011110110100100 | e69895ee8882efbe99efbda4 |
UHC | 昕??? | 1111110111011010001111110011111100111111 | fdda3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)