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 | 箏矣 | 1110001010110101111000011110000111110010111000111111000011100011 | e2b5e1e1f2e3f0e3 |
EUC-JP | 箏矣?? | 111001001011011111100010111000110011111100111111 | e4b7e2e33f3f |
UTF-8 | 箏矣 | 111001111010111010001111111001111001111110100011111011101000100010011010111011101000001010100010 | e7ae8fe79fa3ee889aee82a2 |
UHC | 箏矣?? | 111011101011010011101011111110000011111100111111 | eeb4ebf83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)