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 | ???獄?? | 00111111001111110011111110001101100101100011111100111111 | 3f3f3f8d963f3f |
EUC-JP | ???獄?? | 00111111001111110011111110111001111101100011111100111111 | 3f3f3fb9f63f3f |
UTF-8 | 樂뺞뾻獄뚧떘 | 111011111010011010111111111010111011101010011110111010111011111010111011111001111000110110000100111010111001101010100111111010111001011010011000 | efa6bfebba9eebbebbe78d84eb9aa7eb9698 |
UHC | 樂뺞뾻獄뚧떘 | 111010001111100110010101111001101001011110000011111010001010101110001100111001101000101110101110 | e8f995e69783e8ab8ce68bae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)