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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?竊?竊^ | 00111111111000101000011000111111111000101000011001011110 | 3fe2863fe2865e |
EUC-JP | ?竊?竊^ | 00111111111000111110011000111111111000111110011001011110 | 3fe3e63fe3e65e |
UTF-8 | 롊竊롊竊^ | 11101011101000011000101011100111101010111000101011101011101000011000101011100111101010111000101001011110 | eba18ae7ab8aeba18ae7ab8a5e |
UHC | 롊竊롊竊^ | 100011101101000011101111101111001000111011010000111011111011110001011110 | 8ed0efbc8ed0efbc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)