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 | 蒔識 | 1111000010100111100011101010101011110000101111001000111010101111 | f0a78eaaf0bc8eaf |
EUC-JP | ?蒔?識 | 001111111011110010101100001111111011110010110001 | 3fbcac3fbcb1 |
UTF-8 | 蒔識 | 111011101000000110100110111010001001001010010100111011101000000110111011111010001010110110011000 | ee81a6e89294ee81bbe8ad98 |
UHC | ?蒔?識 | 001111111110001111001000001111111110001111011011 | 3fe3c83fe3db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)