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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ??檉? | 001111110011111110001111110001011011101100111111 | 3f3f8fc5bb3f |
UTF-8 | 罹렯檉랜 | 111011111010011110100110111010111010000010101111111001101010101010001001111010111001111010011100 | efa7a6eba0afe6aa89eb9e9c |
UHC | 罹렯檉랜 | 1110110010111010100011101011110011101111111000001011011110100011 | ecba8ebcefe0b7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)