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 | 暎?“憶 | 10011101111100110011111110000001011001111000100110101111 | 9df33f816789af |
EUC-JP | 暎?“憶 | 11011010111101010011111110100001110010001011001010110001 | daf53fa1c8b2b1 |
UTF-8 | 暎ㅸ“憶 | 111001101001101010001110111000111000010110111000111000101000000010011100111001101000011010110110 | e69a8ee385b8e2809ce686b6 |
UHC | 暎ㅸ“憶 | 1110011110110010101001001110100010100001101100001110010111100011 | e7b2a4e8a1b0e5e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)