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 | 箋??瓦ο?^ | 11100010101100110011111100111111100010101010001010000011110011010011111101011110 | e2b33f3f8aa283cd3f5e |
EUC-JP | 箋??瓦ο?^ | 11100100101101010011111100111111101101001010010010100110110011110011111101011110 | e4b53f3fb4a4a6cf3f5e |
UTF-8 | 箋잞슛瓦ο쉿^ | 111001111010111010001011111011001001111010011110111011001000101010011011111001111001001110100110110011101011111111101100100010011011111101011110 | e7ae8bec9e9eec8a9be793a6cebfec89bf5e |
UHC | 箋잞슛瓦ο쉿^ | 11101111101010001001111111101111101111011011100011101000101111111010010111101111101111011011001001011110 | efa89fefbdb8e8bfa5efbdb25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)