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 | ルォマ聿 | 1101100110101011110011111110001111100100 | d9abcfe3e4 |
EUC-JP | ルォマ聿 | 1000111011011001100011101010101110001110110011111110011011100110 | 8ed98eab8ecfe6e6 |
UTF-8 | ルォマ聿 | 111011111011111010011001111011111011110110101011111011111011111010001111111010001000000110111111 | efbe99efbdabefbe8fe881bf |
UHC | ???聿 | 0011111100111111001111111110101111010011 | 3f3f3febd3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)