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 | 蒟晧ョ | 1110010011100101100111011110110010101110 | e4e59decae |
EUC-JP | 蒟晧ョ | 111010001110011111011010111011101000111010101110 | e8e7daee8eae |
UTF-8 | 蒟晧ョ | 111010001001001010011111111001101001100110100111111011111011110110101110 | e8929fe699a7efbdae |
UHC | ?晧? | 00111111111110111100010100111111 | 3ffbc53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)