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 | 秧秧秧秧 | 1110001001011110111000100101111011100010010111101110001001011110 | e25ee25ee25ee25e |
EUC-JP | 秧秧秧秧 | 1110001110111111111000111011111111100011101111111110001110111111 | e3bfe3bfe3bfe3bf |
UTF-8 | 秧秧秧秧 | 111001111010011110100111111001111010011110100111111001111010011110100111111001111010011110100111 | e7a7a7e7a7a7e7a7a7e7a7a7 |
UHC | 秧秧秧秧 | 1110010011101011111001001110101111100100111010111110010011101011 | e4ebe4ebe4ebe4eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)