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 | 貉ソ謔臥明陋 | 1110011010111001101111111110011010000010100010011110011110010110101111101110100010011011 | e6b9bfe68289e796bee89b |
EUC-JP | 貉ソ謔臥明陋 | 111011001011101110001110101111111110101111100010101100101110100111001100110000001110111111111011 | ecbb8ebfebe2b2e9ccc0effb |
UTF-8 | 貉ソ謔臥明陋 | 111010001011001010001001111011111011110110111111111010001010110010010100111010001000011110100101111001101001100010001110111010011001100110001011 | e8b289efbdbfe8ac94e887a5e6988ee9998b |
UHC | ??謔臥明陋 | 00111111001111111111100111001100111010001100001011011001101001011101011110110000 | 3f3ff9cce8c2d9a5d7b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)