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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 隴雅ク肥 | 11101000101011011000100111101011101110001001010011101100 | e8ad89ebb894ec |
EUC-JP | 隴雅ク肥 | 1111000010101111101100101110110110001110101110001100100011101110 | f0afb2ed8eb8c8ee |
UTF-8 | 隴雅ク肥 | 111010011001101010110100111010011001101110000101111011111011110110111000111010001000001010100101 | e99ab4e99b85efbdb8e882a5 |
UHC | ?雅?肥 | 001111111110010010111010001111111101110111111110 | 3fe4ba3fddfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)