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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 暎??絶? | 10011101111100110011111100111111100100001110001000111111 | 9df33f3f90e23f |
EUC-JP | 暎??絶? | 11011010111101010011111100111111110000001110010000111111 | daf53f3fc0e43f |
UTF-8 | 暎ㅿ푾絶욪 | 111001101001101010001110111000111000010110111111111011011001000110111110111001111011010110110110111011001001101010101010 | e69a8ee385bfed91bee7b5b6ec9aaa |
UHC | 暎ㅿ푾絶욪 | 11100111101100101010010011101111101111101000100111101111101111101001111101000010 | e7b2a4efbe89efbe9f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)