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 | 鉉樒j | 111001111110100110011110111001111000001010001010 | e7e99ee7828a |
EUC-JP | 鉉樒j | 111011101110101111011100111010011010001111101010 | eeebdce9a3ea |
UTF-8 | 鉉樒j | 111010011000100110001001111001101010100010010010111011111011110110001010 | e98989e6a892efbd8a |
UHC | 鉉?j | 1111101011101000001111111010001111101010 | fae83fa3ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)