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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 驗呎ウ碁矯 | 111010011000010010011001111001101011001110001100111010011000101110111000 | e98499e6b38ce98bb8 |
EUC-JP | 驗呎ウ碁矯 | 11110001111001001101001011101000100011101011001110111000111010111011011010111010 | f1e4d2e88eb3b8ebb6ba |
UTF-8 | 驗呎ウ碁矯 | 111010011010100110010111111001011001000110001110111011111011110110110011111001111010001010000001111001111001111110101111 | e9a997e5918eefbdb3e7a281e79faf |
UHC | 驗??碁矯 | 1111101011010000001111110011111111010001101100111100111011101100 | fad03f3fd1b3ceec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)