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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鉉樣宦 | 111001111110100110011110111010011001101110000001 | e7e99ee99b81 |
EUC-JP | 鉉樣宦 | 111011101110101111011100111010111101010111100001 | eeebdcebd5e1 |
UTF-8 | 鉉樣宦 | 111010011000100110001001111001101010100010100011111001011010111010100110 | e98989e6a8a3e5aea6 |
UHC | 鉉樣宦 | 111110101110100011100101110001101111110010110010 | fae8e5c6fcb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)