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 | 磁鱧ース | 11110010101010111000111010100101111010011110010110110000111100011000111010111101 | f2ab8ea5e9e5b0f18ebd |
EUC-JP | ?磁鱧ー?ス | 00111111101111001010011111110010111001111000111010110000001111111000111010111101 | 3fbca7f2e78eb03f8ebd |
UTF-8 | 磁鱧ース | 111011101000011110100010111001111010001110000001111010011011000110100111111011111011110110110000111011101000010010001001111011111011110110111101 | ee87a2e7a381e9b1a7efbdb0ee8489efbdbd |
UHC | ?磁???? | 00111111111011011011100000111111001111110011111100111111 | 3fedb83f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)