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 | 鱠軸ホ | 11101001111001001000111010110010111100011110000011001110 | e9e48eb2f1e0ce |
EUC-JP | 鱠軸?ホ | 11110010111001101011110010110100001111111000111011001110 | f2e6bcb43f8ece |
UTF-8 | 鱠軸ホ | 111010011011000110100000111010001011101110111000111011101000010110011011111011111011111010001110 | e9b1a0e8bbb8ee859befbe8e |
UHC | ?軸?? | 0011111111110101111011100011111100111111 | 3ff5ee3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)