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 | ?祀???夭 | 0011111111100010010010100011111100111111001111111001101011101110 | 3fe24a3f3f3f9aee |
EUC-JP | 邕祀???夭 | 10001111111000011110110111100011101010110011111100111111001111111101010011110000 | 8fe1ede3ab3f3f3fd4f0 |
UTF-8 | 邕祀썸뤋넥夭 | 111010011000001010010101111001111010010110000000111011001000110110111000111010111010010010001011111010111000010010100101111001011010010010101101 | e98295e7a580ec8db8eba48beb84a5e5a4ad |
UHC | 邕祀썸뤋넥夭 | 111010001011101111011110111001011011110111100110100011111011101110110011110110001110100011101100 | e8bbdee5bde68fbbb3d8e8ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)