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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 第?沚℃ | 10010001111001100011111110011111100011011000000110001110 | 91e63f9f8d818e |
EUC-JP | 第?沚℃ | 11000010111010000011111111011101111011011010000111101110 | c2e83fddeda1ee |
UTF-8 | 第렰沚℃ | 111001111010110010101100111010111010000010110000111001101011001010011010111000101000010010000011 | e7acaceba0b0e6b29ae28483 |
UHC | 第렰沚℃ | 1111000010101111100011101011110111110010101011111010000111001001 | f0af8ebdf2afa1c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)