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 | 鬯ィ貅「螯セ | 111010011010110010101000111001101011101010100010111001011010011010111110 | e9aca8e6baa2e5a6be |
EUC-JP | 鬯ィ貅「螯セ | 111100101010111010001110101010001110110010111100100011101010001011101010101010001000111010111110 | f2ae8ea8ecbc8ea2eaa88ebe |
UTF-8 | 鬯ィ貅「螯セ | 111010011010110010101111111011111011110110101000111010001011001010000101111011111011110110100010111010001001111010101111111011111011110110111110 | e9acafefbda8e8b285efbda2e89eafefbdbe |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)