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 | 籤。ヘ | 111000101101110010100001110011011111010111110110 | e2dca1cdf5f6 |
EUC-JP | 籤。ヘ? | 11100100110111101000111010100001100011101100110100111111 | e4de8ea18ecd3f |
UTF-8 | 籤。ヘ | 111001111011000110100100111011111011110110100001111011111011111010001101111011101001000110100001 | e7b1a4efbda1efbe8dee91a1 |
UHC | 籤??? | 1111010011011001001111110011111100111111 | f4d93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)