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 | _å_°^ | 100010100101111110010001111001011000101001011111100110101011000001011110 | 8a5f91e58a5f9ab05e |
SJIS-WIN | ?_???_?°^ | 00111111010111110011111100111111001111110101111100111111100000011000101101011110 | 3f5f3f3f3f5f3f818b5e |
EUC-JP | ?_?å?_?°^ | 001111110101111100111111100011111010101110101001001111110101111100111111101000011110101101011110 | 3f5f3f8faba93f5f3fa1eb5e |
UTF-8 | _å_°^ | 110000101000101001011111110000101001000111000011101001011100001010001010010111111100001010011010110000101011000001011110 | c28a5fc291c3a5c28a5fc29ac2b05e |
UHC | ?_???_?°^ | 00111111010111110011111100111111001111110101111100111111101000011100011001011110 | 3f5f3f3f3f5f3fa1c65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)