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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 訟ノイサナョ | 10001111110101111100100110110010101110111100010110101110 | 8fd7c9b2bbc5ae |
EUC-JP | 訟ノイサナョ | 101111101101100110001110110010011000111010110010100011101011101110001110110001011000111010101110 | bed98ec98eb28ebb8ec58eae |
UTF-8 | 訟ノイサナョ | 111010001010100010011111111011111011111010001001111011111011110110110010111011111011110110111011111011111011111010000101111011111011110110101110 | e8a89fefbe89efbdb2efbdbbefbe85efbdae |
UHC | 訟????? | 11100001111010000011111100111111001111110011111100111111 | e1e83f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)