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 | 識霄蒔 | 1111000111100110100011101010111111101000101110101000111010101010 | f1e68eafe8ba8eaa |
EUC-JP | ?識霄蒔 | 00111111101111001011000111110000101111001011110010101100 | 3fbcb1f0bcbcac |
UTF-8 | 識霄蒔 | 111011101000010110100001111010001010110110011000111010011001110010000100111010001001001010010100 | ee85a1e8ad98e99c84e89294 |
UHC | ?識?蒔 | 001111111110001111011011001111111110001111001000 | 3fe3db3fe3c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)