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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 亨gズ | 100010111001110010000010100001111000001101011001 | 8b9c82878359 |
EUC-JP | 亨gズ | 101101011111110010100011111001111010010110111010 | b5fca3e7a5ba |
UTF-8 | 亨gズ | 111001001011101010101000111011111011110110000111111000111000001010111010 | e4baa8efbd87e382ba |
UHC | 亨gズ | 111110101111101110100011111001111010101110111010 | fafba3e7abba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)