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 | 外??箋 | 100010100100111100111111001111111110001010110011 | 8a4f3f3fe2b3 |
EUC-JP | 外??箋 | 101100111011000000111111001111111110010010110101 | b3b03f3fe4b5 |
UTF-8 | 外믧꼺箋 | 111001011010010010010110111010111010111110100111111010101011110010111010111001111010111010001011 | e5a496ebafa7eabcbae7ae8b |
UHC | 外믧꼺箋 | 1110100011100010100100101110100110000100100100101110111110101000 | e8e292e98492efa8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)