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 | 蒔涖失 | 1111000010100111100011101010101011111011010000001000111010111000 | f0a78eaafb408eb8 |
EUC-JP | ?蒔涖失 | 0011111110111100101011001000111111000111110010111011110010111010 | 3fbcac8fc7cbbcba |
UTF-8 | 蒔涖失 | 111011101000000110100110111010001001001010010100111001101011011010010110111001011010010010110001 | ee81a6e89294e6b696e5a4b1 |
UHC | ?蒔?失 | 001111111110001111001000001111111110001111110111 | 3fe3c83fe3f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)