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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鉉滉シ≫゚ | 1110011111101001100111111110010010111100100000011110001011011111 | e7e99fe4bc81e2df |
EUC-JP | 鉉滉シ≫゚ | 11101110111010111101111011100110100011101011110010100010111001001000111011011111 | eeebdee68ebca2e48edf |
UTF-8 | 鉉滉シ≫゚ | 111010011000100110001001111001101011101110001001111011111011110110111100111000101000100110101011111011111011111010011111 | e98989e6bb89efbdbce289abefbe9f |
UHC | 鉉滉?≫? | 1111101011101000111111001101000100111111101000011110110100111111 | fae8fcd13fa1ed3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)