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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 汝?鵝? | 100100111111000000111111111010100100000000111111 | 93f03fea403f |
EUC-JP | 汝?鵝? | 110001101111001000111111111100111010000100111111 | c6f23ff3a13f |
UTF-8 | 汝숹鵝냣 | 111001101011000110011101111011001000100010111001111010011011010110011101111010111000001110100011 | e6b19dec88b9e9b59deb83a3 |
UHC | 汝숹鵝냣 | 1110011010100011100110100100111011100100101111011000011001101110 | e6a39a4ee4bd866e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)