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 | 箋??餓 | 111000101011001100111111001111111000100111101100 | e2b33f3f89ec |
EUC-JP | 箋??餓 | 111001001011010100111111001111111011001011101110 | e4b53f3fb2ee |
UTF-8 | 箋㏘옅餓 | 111001111010111010001011111000111000111110011000111011001001100010000101111010011010010010010011 | e7ae8be38f98ec9885e9a493 |
UHC | 箋㏘옅餓 | 1110111110101000101000101110010010111111101101101110010010111011 | efa8a2e4bfb6e4bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)