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 | 韆コ雋ウ霈剰 | 11101000111001101011101011101000101100101011001111101000101111001000111111101000 | e8e6bae8b2b3e8bc8fe8 |
EUC-JP | 韆コ雋ウ霈剰 | 111100001110100010001110101110101111000010110100100011101011001111110000101111101011111011101010 | f0e88ebaf0b48eb3f0bebeea |
UTF-8 | 韆コ雋ウ霈剰 | 111010011001111110000110111011111011110110111010111010011001101110001011111011111011110110110011111010011001110010001000111001011000100110110000 | e99f86efbdbae99b8befbdb3e99c88e589b0 |
UHC | 韆?雋??? | 1111010011000111001111111111000111100110001111110011111100111111 | f4c73ff1e63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)