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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 俑?[俑?[^ | 100110001101101000111111010110111001100011011010001111110101101101011110 | 98da3f5b98da3f5b5e |
EUC-JP | 俑?[俑?[^ | 110100001101110000111111010110111101000011011100001111110101101101011110 | d0dc3f5bd0dc3f5b5e |
UTF-8 | 俑늒[俑늒[^ | 111001001011111110010001111010111000101010010010010110111110010010111111100100011110101110001010100100100101101101011110 | e4bf91eb8a925be4bf91eb8a925b5e |
UHC | 俑늒[俑늒[^ | 1110100110110101100010000110001001011011111010011011010110001000011000100101101101011110 | e9b588625be9b588625b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)