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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 踵夜沮蓴育 | 11100110111110011001011011101001100111111001110011100100111100011000100011100111 | e6f996e99f9ce4f188e7 |
EUC-JP | 踵夜沮蓴育 | 11101100111110111100110011101011110111011111110011101000111100111011000011101001 | ecfbccebddfce8f3b0e9 |
UTF-8 | 踵夜沮蓴育 | 111010001011100010110101111001011010010010011100111001101011001010101110111010001001001110110100111010001000001010110010 | e8b8b5e5a49ce6b2aee893b4e882b2 |
UHC | 踵夜沮蓴育 | 11110001101000101110010110101000111011101100000111100010111100011110101111000000 | f1a2e5a8eec1e2f1ebc0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)