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 | 帝?弧? | 100100101110100100111111100011001100101000111111 | 92e93f8cca3f |
EUC-JP | 帝?弧? | 110001001110101100111111101110001100110000111111 | c4eb3fb8cc3f |
UTF-8 | 帝렑弧렞 | 111001011011100010011101111010111010000010010001111001011011110010100111111010111010000010011110 | e5b89deba091e5bca7eba09e |
UHC | 帝렑弧렞 | 1111000010101000100011101010011011111011110000011000111010101111 | f0a88ea6fbc18eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)