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 | 荵溘醇岦ヲ謠 | 1110010010111001100111111110001110001111100001101111101010101100101001101110011010001111 | e4b99fe38f86faaca6e68f |
EUC-JP | 荵溘醇岦ヲ謠 | 11101000101110111101111011100101101111011110011010001111101110111011001110001110101001101110101111101111 | e8bbdee5bde68fbbb38ea6ebef |
UTF-8 | 荵溘醇岦ヲ謠 | 111010001000110110110101111001101011101010011000111010011000011010000111111001011011001010100110111011111011110110100110111010001010110010100000 | e88db5e6ba98e98687e5b2a6efbda6e8aca0 |
UHC | ??醇??謠 | 0011111100111111111000101111010100111111001111111110100110101010 | 3f3fe2f53f3fe9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)