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 | ?ъ????秧 | 001111111000010010001100001111110011111100111111001111111110001001011110 | 3f848c3f3f3f3fe25e |
EUC-JP | ?ъ????秧 | 001111111010011111101100001111110011111100111111001111111110001110111111 | 3fa7ec3f3f3f3fe3bf |
UTF-8 | 轢ъ츦溜뗫젒秧 | 1110111110100110100011011101000110001010111011001011100010100110111011111010011110001011111010111001011110101011111011001010000010010010111001111010011110100111 | efa68dd18aecb8a6efa78beb97abeca092e7a7a7 |
UHC | 轢ъ츦溜뗫젒秧 | 1110011010111100101011001110110010101110100111001110101011111110100010111110101110100000100100011110010011101011 | e6bcacecae9ceafe8beba091e4eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)