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 | ??だ?串? | 0011111100111111100000101011111000111111100010111111100000111111 | 3f3f82be3f8bf83f |
EUC-JP | ??だ?串? | 0011111100111111101001001100000000111111101101101111101000111111 | 3f3fa4c03fb6fa3f |
UTF-8 | 룵퓦だ룴串틈 | 111010111010001110110101111011011001001110100110111000111000000110100000111010111010001110110100111001001011100010110010111011011000101110001000 | eba3b5ed93a6e381a0eba3b4e4b8b2ed8b88 |
UHC | 룵퓦だ룴串틈 | 100011111010101010111111100011111010101011000000100011111010100111001101111110101100011010110100 | 8faabf8faac08fa9cdfac6b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)