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 | 髯る㍽貂セ | 111010011001100110000010111010011000011110001110111001101011100010111110 | e99982e9878ee6b8be |
EUC-JP | 髯る?貂セ | 111100011111100110100100111010110011111111101100101110101000111010111110 | f1f9a4eb3fecba8ebe |
UTF-8 | 髯る㍽貂セ | 111010011010101110101111111000111000001010001011111000111000110110111101111010001011001010000010111011111011110110111110 | e9abafe3828be38dbde8b282efbdbe |
UHC | ?る?貂? | 00111111101010101110101100111111111101011011000000111111 | 3faaeb3ff5b03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)