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 | 爾鱠執 | 1111000111110111100011101010001011101001111001001000111010110111 | f1f78ea2e9e48eb7 |
EUC-JP | ?爾鱠執 | 00111111101111001010010011110010111001101011110010111001 | 3fbca4f2e6bcb9 |
UTF-8 | 爾鱠執 | 111011101000010110110010111001111000100010111110111010011011000110100000111001011001111110110111 | ee85b2e788bee9b1a0e59fb7 |
UHC | ?爾?執 | 001111111110110010110011001111111111001011111011 | 3fecb33ff2fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)