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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 瓦ο?瓦ο?^ | 1000101010100010100000111100110100111111100010101010001010000011110011010011111101011110 | 8aa283cd3f8aa283cd3f5e |
EUC-JP | 瓦ο?瓦ο?^ | 1011010010100100101001101100111100111111101101001010010010100110110011110011111101011110 | b4a4a6cf3fb4a4a6cf3f5e |
UTF-8 | 瓦ο쉽瓦ο쉽^ | 1110011110010011101001101100111010111111111011001000100110111101111001111001001110100110110011101011111111101100100010011011110101011110 | e793a6cebfec89bde793a6cebfec89bd5e |
UHC | 瓦ο쉽瓦ο쉽^ | 11101000101111111010010111101111101111011011000111101000101111111010010111101111101111011011000101011110 | e8bfa5efbdb1e8bfa5efbdb15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)