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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 柚麓??絞 | 1001011101001101100110000101101100111111001111111000110101101001 | 974d985b3f3f8d69 |
EUC-JP | 柚麓??絞 | 1100110110101110110011111011110000111111001111111011100111001010 | cdaecfbc3f3fb9ca |
UTF-8 | 柚麓헨렻絞 | 111001101001111110011010111010011011101010010011111011011001011110101000111010111010000010111011111001111011010110011110 | e69f9ae9ba93ed97a8eba0bbe7b59e |
UHC | 柚麓헨렻絞 | 11101010111101101101011011100100110001111110111010001110110000111100111011101101 | eaf6d6e4c7ee8ec3ceed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)