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 | 嚴??二?? | 1001101010001110001111110011111110010011111100010011111100111111 | 9a8e3f3f93f13f3f |
EUC-JP | 嚴??二?? | 1101001111101110001111110011111111000110111100110011111100111111 | d3ee3f3fc6f33f3f |
UTF-8 | 嚴곸뼔二뜻에 | 111001011001101010110100111010101011001110111000111010111011110010010100111001001011101010001100111010111001110010111011111011001001011110010000 | e59ab4eab3b8ebbc94e4ba8ceb9cbbec9790 |
UHC | 嚴곸뼔二뜻에 | 111001011111000110000001111011001001011010011100111011001010001110110110111001101011111110100001 | e5f181ec969ceca3b6e6bfa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)