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 | 謝璽赦鴫 | 1000111011010011100011101010001110001110110011011000111010110000 | 8ed38ea38ecd8eb0 |
EUC-JP | 謝璽赦鴫 | 1011110011010101101111001010010110111100110011111011110010110010 | bcd5bca5bccfbcb2 |
UTF-8 | 謝璽赦鴫 | 111010001010110010011101111001111001001010111101111010001011010110100110111010011011010010101011 | e8ac9de792bde8b5a6e9b4ab |
UHC | 謝璽赦? | 11011110111100111101111111011110110111101111010100111111 | def3dfdedef53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)