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 | 譽???у?? | 111001101010001100111111001111110011111110000100100001010011111100111111 | e6a33f3f3f84853f3f |
EUC-JP | 譽???у?? | 111011001010010100111111001111110011111110100111111001010011111100111111 | eca53f3f3fa7e53f3f |
UTF-8 | 譽긴퓱歷у렘呂 | 1110100010101101101111011110101010111000101101001110110110010011101100011110111110100110100011001101000110000011111010111010000010011000111011111010011010000000 | e8adbdeab8b4ed93b1efa68cd183eba098efa680 |
UHC | 譽긴퓱歷у렘呂 | 1110011111100010101100011110010010111111100101111110011010111000101011001110010110110111101111011110010111111011 | e7e2b1e4bf97e6b8ace5b7bde5fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)