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 | 辞鋐カス | 11110010101010111000111010101011111110111101001010110110111100011000111010111101 | f2ab8eabfbd2b6f18ebd |
EUC-JP | ?辞鋐カ?ス | 0011111110111100101011011000111111100100101111101000111010110110001111111000111010111101 | 3fbcad8fe4be8eb63f8ebd |
UTF-8 | 辞鋐カス | 111011101000011110100010111010001011111010011110111010011000101110010000111011111011110110110110111011101000010010001001111011111011110110111101 | ee87a2e8be9ee98b90efbdb6ee8489efbdbd |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)