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 | 轢醐修芬 | 1110011110000000100011001110110110001111010000111110010010001110 | e7808ced8f43e48e |
EUC-JP | 轢醐修芬 | 1110110111100000101110001110111110111101101001001110011111101110 | ede0b8efbda4e7ee |
UTF-8 | 轢醐修芬 | 111010001011110110100010111010011000011010010000111001001011111110101110111010001000101010101100 | e8bda2e98690e4bfaee88aac |
UHC | 轢?修芬 | 11010101111110010011111111100001111100111101110111010010 | d5f93fe1f3ddd2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)