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 | 魚??G | 1000101110011011001111110011111101000111 | 8b9b3f3f47 |
EUC-JP | 魚??G | 1011010111111011001111110011111101000111 | b5fb3f3f47 |
UTF-8 | 魚곗꽭G | 11101001101011011001101011101010101100111001011111101010101111011010110101000111 | e9ad9aeab397eabdad47 |
UHC | 魚곗꽭G | 11100101111000001011000011101100100001001011100001000111 | e5e0b0ec84b847 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)