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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蒟決桶藹 | 1110010011100101100011001000100010001001101100011110010101011100 | e4e58c8889b1e55c |
EUC-JP | 蒟決桶藹 | 1110100011100111101101111110100010110010101100111110100110111101 | e8e7b7e8b2b3e9bd |
UTF-8 | 蒟決桶藹 | 111010001001001010011111111001101011000110111010111001101010000110110110111010001001011110111001 | e8929fe6b1bae6a1b6e897b9 |
UHC | ?決桶? | 001111111100110010111101111101111101001000111111 | 3fccbdf7d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)