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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 霎ソ閾謎ソィ | 11101000101111101011111111101000100001111001001111100100101111111000001101000010 | e8bebfe88793e4bf8342 |
EUC-JP | 霎ソ閾謎ソィ | 111100001100000010001110101111111110111111100111110001101110011010001110101111111010010110100011 | f0c08ebfefe7c6e68ebfa5a3 |
UTF-8 | 霎ソ閾謎ソィ | 111010011001110010001110111011111011110110111111111010011001011010111110111010001010110010001110111011111011110110111111111000111000001010100011 | e99c8eefbdbfe996bee8ac8eefbdbfe382a3 |
UHC | ???謎?ィ | 0011111100111111001111111101101010111010001111111010101110100011 | 3f3f3fdaba3faba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)