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 | 茵瀨?鴨 | 11100100100111111111101101010000001111111000101010011011 | e49ffb503f8a9b |
EUC-JP | 茵??鴨 | 111010001010000100111111001111111011001111111011 | e8a13f3fb3fb |
UTF-8 | 茵瀨츔鴨 | 111010001000110010110101111001111000000010101000111011001011100010010100111010011011010010101000 | e88cb5e780a8ecb894e9b4a8 |
UHC | 茵瀨츔鴨 | 1110110011100000110101101110111011000011111101011110010011100101 | ece0d6eec3f5e4e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)