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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????円 | 0011111100111111001111110011111100111111001111111000100101111110 | 3f3f3f3f3f3f897e |
EUC-JP | ??????円 | 0011111100111111001111110011111100111111001111111011000111011111 | 3f3f3f3f3f3fb1df |
UTF-8 | 銳띸텚溜뤿젉円 | 111010011000101010110011111010111001110110111000111011011000010110011010111011111010011110001011111010111010010010111111111011001010000010001001111001011000011010000110 | e98ab3eb9db8ed859aefa78beba4bfeca089e58686 |
UHC | 銳띸텚溜뤿젉円 | 1110011111100101100011011110011110110110100100111110101011111110100011111110101110100000100010111110010111110111 | e7e58de7b693eafe8feba08be5f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)