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 | 佃敎?霽 | 10010010110011111111101011001101001111111110100011000111 | 92cffacd3fe8c7 |
EUC-JP | 佃??霽 | 110001001101000100111111001111111111000011001001 | c4d13f3ff0c9 |
UTF-8 | 佃敎狼霽 | 111001001011110110000011111001101001010110001110111011111010010010101011111010011001110010111101 | e4bd83e6958eefa4abe99cbd |
UHC | 佃敎狼霽 | 1110111011101100110011101110011111010010101010101111000010111000 | eeeccee7d2aaf0b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)