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 | 逡カ逍ウ逍ス | 111001111001010110110110111001111001011010110011111001111001011010111101 | e795b6e796b3e796bd |
EUC-JP | 逡カ逍ウ逍ス | 111011011111010110001110101101101110110111110110100011101011001111101101111101101000111010111101 | edf58eb6edf68eb3edf68ebd |
UTF-8 | 逡カ逍ウ逍ス | 111010011000000010100001111011111011110110110110111010011000000010001101111011111011110110110011111010011000000010001101111011111011110110111101 | e980a1efbdb6e9808defbdb3e9808defbdbd |
UHC | 逡?逍?逍? | 111100011110010000111111111000011100111000111111111000011100111000111111 | f1e43fe1ce3fe1ce3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)