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 | 辿多単短 | 1001001001001000100100011011110110010010010100001001001001011010 | 924891bd9250925a |
EUC-JP | 辿多単短 | 1100001110101001110000101011111111000011101100011100001110111011 | c3a9c2bfc3b1c3bb |
UTF-8 | 辿多単短 | 111010001011111010111111111001011010010010011010111001011000110110011000111001111001111110101101 | e8bebfe5a49ae58d98e79fad |
UHC | ?多?短 | 001111111101001011111101001111111101001110101101 | 3fd2fd3fd3ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)