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 | 蜍コ隰晁オヲ | 111001011000101110111010111010001010110010011101111010001011010110100110 | e58bbae8ac9de8b5a6 |
EUC-JP | 蜍コ隰晁オヲ | 111010011110101110001110101110101111000010101110110110101110101010001110101101011000111010100110 | e9eb8ebaf0aedaea8eb58ea6 |
UTF-8 | 蜍コ隰晁オヲ | 111010001001110010001101111011111011110110111010111010011001101010110000111001101001100110000001111011111011110110110101111011111011110110100110 | e89c8defbdbae99ab0e69981efbdb5efbda6 |
UHC | ???晁?? | 00111111001111110011111111110000110001010011111100111111 | 3f3f3ff0c53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)