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 | 蠇カ﨡シ骰ー | 111110111010000110110110111110111010000010111100111010011000110110110000 | fba1b6fba0bce98db0 |
EUC-JP | ?カ?シ骰ー | 00111111100011101011011000111111100011101011110011110001111011011000111010110000 | 3f8eb63f8ebcf1ed8eb0 |
UTF-8 | 蠇カ﨡シ骰ー | 111010001010000010000111111011111011110110110110111011111010100010100001111011111011110110111100111010011010101010110000111011111011110110110000 | e8a087efbdb6efa8a1efbdbce9aab0efbdb0 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)