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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 暎??淫?? | 1001110111110011001111110011111110001000111110100011111100111111 | 9df33f3f88fa3f3f |
EUC-JP | 暎??淫?? | 1101101011110101001111110011111110110000111111000011111100111111 | daf53f3fb0fc3f3f |
UTF-8 | 暎쀨쮿淫쇱넚 | 111001101001101010001110111011001000000010101000111011001010111010111111111001101011011110101011111011001000011110110001111010111000010010011010 | e69a8eec80a8ecaebfe6b7abec87b1eb849a |
UHC | 暎쀨쮿淫쇱넚 | 111001111011001010010111111010001010100010011011111010111110001010111100111011001000011010100001 | e7b297e8a89bebe2bcec86a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)