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 | 暎??熱? | 10011101111100110011111100111111100101000100110100111111 | 9df33f3f944d3f |
EUC-JP | 暎??熱? | 11011010111101010011111100111111110001111010111000111111 | daf53f3fc7ae3f |
UTF-8 | 暎ㅸ쵛熱폙 | 111001101001101010001110111000111000010110111000111011001011010110011011111001111000011010110001111011011000111110011001 | e69a8ee385b8ecb59be786b1ed8f99 |
UHC | 暎ㅸ쵛熱폙 | 11100111101100101010010011101000101011001001110111100110111100001011110101000010 | e7b2a4e8ac9de6f0bd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)