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 | ???楷?? | 00111111001111110011111110011110101100100011111100111111 | 3f3f3f9eb23f3f |
EUC-JP | ???楷?? | 00111111001111110011111111011100101101000011111100111111 | 3f3f3fdcb43f3f |
UTF-8 | 娛륁뇤楷겼넼 | 111001011010100010011011111010111010010110000001111010111000011110100100111001101010010110110111111010101011001010111100111010111000010010111100 | e5a89beba581eb87a4e6a5b7eab2bceb84bc |
UHC | 娛륁뇤楷겼넼 | 111001111111010010001111111011001000011110001100111110101010110010110000111001011000011010110110 | e7f48fec878cfaacb0e586b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)