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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 閼ア魍郁ウ該 | 11101000100001001011000111101001101100011000100011101000101100111000101001011001 | e884b1e9b188e8b38a59 |
EUC-JP | 閼ア魍郁ウ該 | 111011111110010010001110101100011111001010110011101100001110101010001110101100111011001110111010 | efe48eb1f2b3b0ea8eb3b3ba |
UTF-8 | 閼ア魍郁ウ該 | 111010011001011010111100111011111011110110110001111010011010110110001101111010011000001110000001111011111011110110110011111010001010100110110010 | e996bcefbdb1e9ad8de98381efbdb3e8a9b2 |
UHC | 閼??郁?該 | 111001001101100100111111001111111110100111110100001111111111101010110001 | e4d93f3fe9f43ffab1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)