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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????菴 | 0011111100111111001111110011111100111111001111111110010010111101 | 3f3f3f3f3f3fe4bd |
EUC-JP | ??????菴 | 0011111100111111001111110011111100111111001111111110100010111111 | 3f3f3f3f3f3fe8bf |
UTF-8 | 瓆렟뤰탮쥙핊菴 | 111001111001001110000110111010111010000010011111111010111010010010110000111011011000001110101110111011001010010110011001111011011001010110001010111010001000111110110100 | e79386eba09feba4b0ed83aeeca599ed958ae88fb4 |
UHC | 瓆렟뤰탮쥙핊菴 | 1111001011101111100011101011000010001111110111101011010110001110101000101000111011000000100011111110010011100000 | f2ef8eb08fdeb58ea28ec08fe4e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)