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 | 醇??市 | 100011111000011000111111001111111000111001110011 | 8f863f3f8e73 |
EUC-JP | 醇??市 | 101111011110011000111111001111111011101111010100 | bde63f3fbbd4 |
UTF-8 | 醇뗺뙚市 | 111010011000011010000111111010111001011110111010111010111001100110011010111001011011100010000010 | e98687eb97baeb999ae5b882 |
UHC | 醇뗺뙚市 | 1110001011110101100010111111100110001100100111111110001110111100 | e2f58bf98c9fe3bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)