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 | 譚鷹●霎ー魍 | 1110011010011101100100011110100110000001100111001110100010111110101100001110100110110001 | e69d91e9819ce8beb0e9b1 |
EUC-JP | 譚鷹●霎ー魍 | 111010111111110111000010111010111010000111111100111100001100000010001110101100001111001010110011 | ebfdc2eba1fcf0c08eb0f2b3 |
UTF-8 | 譚鷹●霎ー魍 | 111010001010110110011010111010011011011110111001111000101001011110001111111010011001110010001110111011111011110110110000111010011010110110001101 | e8ad9ae9b7b9e2978fe99c8eefbdb0e9ad8d |
UHC | 譚鷹●??? | 110100111100100111101011111011011010000111011100001111110011111100111111 | d3c9ebeda1dc3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)