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 | ??手??夭 | 0011111100111111100011101110100000111111001111111001101011101110 | 3f3f8ee83f3f9aee |
EUC-JP | 澔?手?瓘夭 | 100011111100100011101100001111111011110011101010001111111000111111001100111011111101010011110000 | 8fc8ec3fbcea3f8fccefd4f0 |
UTF-8 | 澔뫄手뤈瓘夭 | 111001101011111010010100111010111010101110000100111001101000100110001011111010111010010010001000111001111001001110011000111001011010010010101101 | e6be94ebab84e6898beba488e79398e5a4ad |
UHC | 澔뫄手뤈瓘夭 | 111110111100101110111000111110101110001010100010100011111011100011001110101101101110100011101100 | fbcbb8fae2a28fb8ceb6e8ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)