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 | 隴冗聞譽 | 1110100010101101100011111110011110010101101101111110011010100011 | e8ad8fe795b7e6a3 |
EUC-JP | 隴冗聞譽 | 1111000010101111101111101110100111001010101110011110110010100101 | f0afbee9cab9eca5 |
UTF-8 | 隴冗聞譽 | 111010011001101010110100111001011000011010010111111010001000000110011110111010001010110110111101 | e99ab4e58697e8819ee8adbd |
UHC | ?冗聞譽 | 00111111111010011011011111011010101001001110011111100010 | 3fe9b7daa4e7e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)