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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | テ偲輩 | 1100001110001110110000111001010001111001 | c38ec39479 |
EUC-JP | テ偲輩 | 100011101100001110111100110001011100011111011010 | 8ec3bcc5c7da |
UTF-8 | テ偲輩 | 111011111011111010000011111001011000000110110010111010001011110010101001 | efbe83e581b2e8bca9 |
UHC | ??輩 | 00111111001111111101101111010100 | 3f3fdbd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)