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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 樂뺤꺓琉듯렲 | 111011111010011010111111111010111011101010100100111010101011101010010011111011111010011110001100111010111001001110101111111010111010000010110010 | efa6bfebbaa4eaba93efa78ceb93afeba0b2 |
UHC | 樂뺤꺓琉듯렲 | 111010001111100110010101111011001000001110111001111010111010010010110101111011011000111010111111 | e8f995ec83b9eba4b5ed8ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)