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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ??枇??^ | 00111111001111111001010011111000001111110011111101011110 | 3f3f94f83f3f5e |
EUC-JP | ??枇??^ | 00111111001111111100100011111010001111110011111101011110 | 3f3fc8fa3f3f5e |
UTF-8 | 뤋납枇뺙넵^ | 11101011101001001000101111101011100000101010100111100110100111101000011111101011101110101001100111101011100001001011010101011110 | eba48beb82a9e69e87ebba99eb84b55e |
UHC | 뤋납枇뺙넵^ | 1000111110111011101100111011001111011101111011011011101110110011101100111101110001011110 | 8fbbb3b3ddedbbb3b3dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)