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 | 蒟わ週葯 | 1110010011100101100000101110110110001111010101001110010011011110 | e4e582ed8f54e4de |
EUC-JP | 蒟わ週葯 | 1110100011100111101001001110111110111101101101011110100011100000 | e8e7a4efbdb5e8e0 |
UTF-8 | 蒟わ週葯 | 111010001001001010011111111000111000001010001111111010011000000010110001111010001001000110101111 | e8929fe3828fe980b1e891af |
UHC | ?わ週葯 | 00111111101010101110111111110001110011101110010110110101 | 3faaeff1cee5b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)