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 | ??だ?臣ビ | 001111110011111110000010101111100011111110010000011000101000001101110010 | 3f3f82be3f90628372 |
EUC-JP | ??だ?臣ビ | 001111110011111110100100110000000011111110111111110000111010010111010011 | 3f3fa4c03fbfc3a5d3 |
UTF-8 | 룵퓦だ룵臣ビ | 111010111010001110110101111011011001001110100110111000111000000110100000111010111010001110110101111010001000011110100011111000111000001110010011 | eba3b5ed93a6e381a0eba3b5e887a3e38393 |
UHC | 룵퓦だ룵臣ビ | 100011111010101010111111100011111010101011000000100011111010101011100011111011011010101111010011 | 8faabf8faac08faae3edabd3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)