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 | 執鱧ー | 11110010101011011000111010110111111010011110010110110000 | f2ad8eb7e9e5b0 |
EUC-JP | ?執鱧ー | 00111111101111001011100111110010111001111000111010110000 | 3fbcb9f2e78eb0 |
UTF-8 | 執鱧ー | 111011101000011110100100111001011001111110110111111010011011000110100111111011111011110110110000 | ee87a4e59fb7e9b1a7efbdb0 |
UHC | ?執?? | 0011111111110010111110110011111100111111 | 3ff2fb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)