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 | 趺滔ャ伎 | 11100110111001011001111111101011101011001000101011101010 | e6e59febac8aea |
EUC-JP | 趺滔ャ伎 | 1110110011100111110111101110110110001110101011001011010011101100 | ece7deed8eacb4ec |
UTF-8 | 趺滔ャ伎 | 111010001011011010111010111001101011101110010100111011111011110110101100111001001011110010001110 | e8b6bae6bb94efbdace4bc8e |
UHC | 趺滔?伎 | 11011101101110101101010010100101001111111101000011101011 | ddbad4a53fd0eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)