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 | 辿辿続息 | 1001001001001000100100100100100010010001101100011001000110100111 | 9248924891b191a7 |
EUC-JP | 辿辿続息 | 1100001110101001110000111010100111000010101100111100001010101001 | c3a9c3a9c2b3c2a9 |
UTF-8 | 辿辿続息 | 111010001011111010111111111010001011111010111111111001111011011010011010111001101000000110101111 | e8bebfe8bebfe7b69ae681af |
UHC | ???息 | 0011111100111111001111111110001111010011 | 3f3f3fe3d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)