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 | 識錥蒔 | 1111000111100110100011101010111111111011110101111000111010101010 | f1e68eaffbd78eaa |
EUC-JP | ?識錥蒔 | 0011111110111100101100011000111111100100111000001011110010101100 | 3fbcb18fe4e0bcac |
UTF-8 | 識錥蒔 | 111011101000010110100001111010001010110110011000111010011000110010100101111010001001001010010100 | ee85a1e8ad98e98ca5e89294 |
UHC | ?識?蒔 | 001111111110001111011011001111111110001111001000 | 3fe3db3fe3c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)