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 | 銕牙、懶シ | 1110011111101100100010011110010110100100100111001110111110111100 | e7ec89e5a49cefbc |
EUC-JP | 銕牙、懶シ | 11101110111011101011001011100111100011101010010011011000111100011000111010111100 | eeeeb2e78ea4d8f18ebc |
UTF-8 | 銕牙、懶シ | 111010011000101010010101111001111000100110011001111011111011110110100100111001101000011110110110111011111011110110111100 | e98a95e78999efbda4e687b6efbdbc |
UHC | ?牙?懶? | 00111111111001001011001100111111110101001111101100111111 | 3fe4b33fd4fb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)