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 | イ閒コ昭ロ | 111100001011111010110010111110111110100010111010100011111011101011011011 | f0beb2fbe8ba8fbadb |
EUC-JP | ?イ?コ昭ロ | 00111111100011101011001000111111100011101011101010111110101111001000111011011011 | 3f8eb23f8ebabebc8edb |
UTF-8 | イ閒コ昭ロ | 111011101000000110111101111011111011110110110010111010011001011010010010111011111011110110111010111001101001100010101101111011111011111010011011 | ee81bdefbdb2e99692efbdbae698adefbe9b |
UHC | ??閒?昭? | 0011111100111111111110011101100100111111111000011011100100111111 | 3f3ff9d93fe1b93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)