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 | 箋??役 | 111000101011001100111111001111111001011011110000 | e2b33f3f96f0 |
EUC-JP | 箋??役 | 111001001011010100111111001111111100110011110010 | e4b53f3fccf2 |
UTF-8 | 箋묋숯役 | 111001111010111010001011111010111010110010001011111011001000100010101111111001011011110110111001 | e7ae8bebac8bec88afe5bdb9 |
UHC | 箋묋숯役 | 1110111110101000100100011110100010111101101000011110011010110101 | efa891e8bda1e6b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)