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 | 隲ア竏墅樣c | 1110100010101011101100011110001010001000100110101100111010011110111010011000001010000011 | e8abb1e2889ace9ee98283 |
EUC-JP | 隲ア竏墅樣c | 111100001010110110001110101100011110001111101000110101001101000011011100111010111010001111100011 | f0ad8eb1e3e8d4d0dceba3e3 |
UTF-8 | 隲ア竏墅樣c | 111010011001101010110010111011111011110110110001111001111010101110001111111001011010001010000101111001101010100010100011111011111011110110000011 | e99ab2efbdb1e7ab8fe5a285e6a8a3efbd83 |
UHC | ???墅樣c | 001111110011111100111111110111111110101011100101110001101010001111100011 | 3f3f3fdfeae5c6a3e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)