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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 蟒幔Τ] | 11100101101110111001101111101101100000111011000101011101 | e5bb9bed83b15d |
EUC-JP | 蟒幔Τ] | 11101010101111011101011011101111101001101011001101011101 | eabdd6efa6b35d |
UTF-8 | 蟒幔Τ] | 111010001001111110010010111001011011100110010100110011101010010001011101 | e89f92e5b994cea45d |
UHC | ??Τ] | 0011111100111111101001011101001101011101 | 3f3fa5d35d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)