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 | 訂祀j翁 | 1001001011111001111000100100101010000010100010101000100110100101 | 92f9e24a828a89a5 |
EUC-JP | 訂祀j翁 | 1100010011111011111000111010101110100011111010101011001010100111 | c4fbe3aba3eab2a7 |
UTF-8 | 訂祀j翁 | 111010001010100010000010111001111010010110000000111011111011110110001010111001111011111110000001 | e8a882e7a580efbd8ae7bf81 |
UHC | 訂祀j翁 | 1110111111110100110111101110010110100011111010101110100010111010 | eff4dee5a3eae8ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)