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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 謠??膺 | 111001101000111100111111001111111110010001011110 | e68f3f3fe45e |
EUC-JP | 謠??膺 | 111010111110111100111111001111111110011110111111 | ebef3f3fe7bf |
UTF-8 | 謠몄룂膺 | 111010001010110010100000111010111010101010000100111010111010001110000010111010001000011010111010 | e8aca0ebaa84eba382e886ba |
UHC | 謠몄룂膺 | 1110100110101010101110001110110010001111100000111110101111101100 | e9aab8ec8f83ebec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)