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 | 皓??? | 1110000110101001001111110011111100111111 | e1a93f3f3f |
EUC-JP | 皓?祜? | 11100010101010110011111110001111110100001101100000111111 | e2ab3f8fd0d83f |
UTF-8 | 皓렡祜렦 | 111001111001101010010011111010111010000010100001111001111010010110011100111010111010000010100110 | e79a93eba0a1e7a59ceba0a6 |
UHC | 皓렡祜렦 | 1111101111010011100011101011001011111011110101001000111010110101 | fbd38eb2fbd48eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)