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 | 俑???? | 100110001101101000111111001111110011111100111111 | 98da3f3f3f3f |
EUC-JP | 俑??絪? | 1101000011011100001111110011111110001111110100111110110000111111 | d0dc3f3f8fd3ec3f |
UTF-8 | 俑앸끇絪툫 | 111001001011111110010001111011001001010110111000111010111000000110000111111001111011010110101010111011011000100010101011 | e4bf91ec95b8eb8187e7b5aaed88ab |
UHC | 俑앸끇絪툫 | 11101001101101011001110111101011100001011011101111101100110111111011100101000010 | e9b59deb85bbecdfb942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)