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 | 晤?ぞ | 1001110111101011001111111000001010111100 | 9deb3f82bc |
EUC-JP | 晤?ぞ | 1101101011101101001111111010010010111110 | daed3fa4be |
UTF-8 | 晤뚦ぞ | 111001101001100110100100111010111001101010100110111000111000000110011110 | e699a4eb9aa6e3819e |
UHC | 晤뚦ぞ | 111001111111101110001100111001011010101010111110 | e7fb8ce5aabe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)