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 | 辿辿卒樽 | 1001001001001000100100100100100010010001101100101001001001001101 | 9248924891b2924d |
EUC-JP | 辿辿卒樽 | 1100001110101001110000111010100111000010101101001100001110101110 | c3a9c3a9c2b4c3ae |
UTF-8 | 辿辿卒樽 | 111010001011111010111111111010001011111010111111111001011000110110010010111001101010100010111101 | e8bebfe8bebfe58d92e6a8bd |
UHC | ??卒樽 | 001111110011111111110000111011111111000111011100 | 3f3ff0eff1dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)