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 | 佇?億??棒 | 100110001100100000111111100010011010110100111111001111111001011001011111 | 98c83f89ad3f3f965f |
EUC-JP | 佇?億??棒 | 110100001100101000111111101100101010111100111111001111111100101111000000 | d0ca3fb2af3f3fcbc0 |
UTF-8 | 佇렡億뜸롛棒 | 111001001011110110000111111010111010000010100001111001011000010010000100111010111001110010111000111010111010000110011011111001101010001110010010 | e4bd87eba0a1e58484eb9cb8eba19be6a392 |
UHC | 佇렡億뜸롛棒 | 111011101011011110001110101100101110010111100010101101101110010010001110110111111101110011101010 | eeb78eb2e5e2b6e48edfdcea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)