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 | ???稔??? | 0011111100111111001111111001011010101011001111110011111100111111 | 3f3f3f96ab3f3f3f |
EUC-JP | ???稔??? | 0011111100111111001111111100110010101101001111110011111100111111 | 3f3f3fccad3f3f3f |
UTF-8 | 隸밸쨸稔뽬댒琉 | 111011111010011010111000111010111011000010111000111011001010100010111000111001111010100010010100111010111011110110101100111010111000110010010010111011111010011110001100 | efa6b8ebb0b8eca8b8e7a894ebbdaceb8c92efa78c |
UHC | 隸밸쨸稔뽬댒琉 | 1110011111100110101110011110101110100100100100101110110011111001100101101110100010001000101110011110101110100100 | e7e6b9eba492ecf996e888b9eba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)