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 | セ鈕セ雫 | 101111101110011111100100101111101000111010110100 | bee7e4be8eb4 |
EUC-JP | セ鈕セ雫 | 1000111010111110111011101110011010001110101111101011110010110110 | 8ebeeee68ebebcb6 |
UTF-8 | セ鈕セ雫 | 111011111011110110111110111010011000100010010101111011111011110110111110111010011001101110101011 | efbdbee98895efbdbee99bab |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)