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 | 症?渦嶝?? | 100011111100011100111111100010010101000110011011110100010011111100111111 | 8fc73f89519bd13f3f |
EUC-JP | 症?渦嶝?? | 101111101100100100111111101100011011001011010110110100110011111100111111 | bec93fb1b2d6d33f3f |
UTF-8 | 症렓渦嶝렰렱 | 111001111001011110000111111010111010000010010011111001101011100010100110111001011011011010011101111010111010000010110000111010111010000010110001 | e79787eba093e6b8a6e5b69deba0b0eba0b1 |
UHC | 症렓渦嶝렰렱 | 111100011111100010001110101010001110100010111110110101001111000110001110101111011000111010111110 | f1f88ea8e8bed4f18ebd8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)