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 | ???獄?ⅱ | 0011111100111111001111111000110110010110001111111111101001000001 | 3f3f3f8d963ffa41 |
EUC-JP | ???獄?? | 00111111001111110011111110111001111101100011111100111111 | 3f3f3fb9f63f3f |
UTF-8 | 樂뺞뾻獄뚧ⅱ | 111011111010011010111111111010111011101010011110111010111011111010111011111001111000110110000100111010111001101010100111111000101000010110110001 | efa6bfebba9eebbebbe78d84eb9aa7e285b1 |
UHC | 樂뺞뾻獄뚧ⅱ | 111010001111100110010101111001101001011110000011111010001010101110001100111001101010010110100010 | e8f995e69783e8ab8ce6a5a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)