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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鞣ょ「謎 | 111010001110001010000010111001011010001010010011111001001111100110000001 | e8e282e5a293e4f981 |
EUC-JP | 鞣ょ「謎? | 111100001110010010100100111001111000111010100010110001101110011000111111 | f0e4a4e78ea2c6e63f |
UTF-8 | 鞣ょ「謎 | 111010011001111010100011111000111000001010000111111011111011110110100010111010001010110010001110111011101001101110011100 | e99ea3e38287efbda2e8ac8eee9b9c |
UHC | ?ょ?謎? | 00111111101010101110011100111111110110101011101000111111 | 3faae73fdaba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)