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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 淫l?G | 100010001111101010000010100011000011111101000111 | 88fa828c3f47 |
EUC-JP | 淫l?G | 101100001111110010100011111011000011111101000111 | b0fca3ec3f47 |
UTF-8 | 淫l뀯G | 11100110101101111010101111101111101111011000110011101011100000001010111101000111 | e6b7abefbd8ceb80af47 |
UHC | 淫l뀯G | 11101011111000101010001111101100100001011010010101000111 | ebe2a3ec85a547 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)