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 | 櫻??認ε? | 100111110100111000111111001111111001010001000110100000111100001100111111 | 9f4e3f3f944683c33f |
EUC-JP | 櫻??認ε? | 110111011010111100111111001111111100011110100111101001101100010100111111 | ddaf3f3fc7a7a6c53f |
UTF-8 | 櫻뗣굟認ε▶ | 1110011010101011101110111110101110010111101000111110101010110101100111111110100010101010100011011100111010110101111000101001011010110110 | e6abbbeb97a3eab59fe8aa8dceb5e296b6 |
UHC | 櫻뗣굟認ε▶ | 111001011010000110001011111000111000001010000111111011001110001110100101111001011010001010111010 | e5a18be38287ece3a5e5a2ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)