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 | ??(認ε? | 001111110011111110000001011010011001010001000110100000111100001100111111 | 3f3f8169944683c33f |
EUC-JP | ??(認ε? | 001111110011111110100001110010101100011110100111101001101100010100111111 | 3f3fa1cac7a7a6c53f |
UTF-8 | 念잙(認ε▶ | 1110111110100110101000111110110010011110100110011110111110111100100010001110100010101010100011011100111010110101111000101001011010110110 | efa6a3ec9e99efbc88e8aa8dceb5e296b6 |
UHC | 念잙(認ε▶ | 111001101111011010011111111010111010001110101000111011001110001110100101111001011010001010111010 | e6f69feba3a8ece3a5e5a2ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)