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 | 霍」蜀キ蜉オ | 111010001011011110100011111001011000011010110111111001011000101010110101 | e8b7a3e586b7e58ab5 |
EUC-JP | 霍」蜀キ蜉オ | 111100001011100110001110101000111110100111100110100011101011011111101001111010101000111010110101 | f0b98ea3e9e68eb7e9ea8eb5 |
UTF-8 | 霍」蜀キ蜉オ | 111010011001110010001101111011111011110110100011111010001001110010000000111011111011110110110111111010001001110010001001111011111011110110110101 | e99c8defbda3e89c80efbdb7e89c89efbdb5 |
UHC | ??蜀??? | 00111111001111111111010110111001001111110011111100111111 | 3f3ff5b93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)