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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 闡「蠎ュ諱ーB | 11101000100100011010001011100101101110101010110111100110100000011011000001000010 | e891a2e5baade681b042 |
EUC-JP | 闡「蠎ュ諱ーB | 11101111111100011000111010100010111010101011110010001110101011011110101111100001100011101011000001000010 | eff18ea2eabc8eadebe18eb042 |
UTF-8 | 闡「蠎ュ諱ーB | 11101001100101111010000111101111101111011010001011101000101000001000111011101111101111011010110111101000101010111011000111101111101111011011000001000010 | e997a1efbda2e8a08eefbdade8abb1efbdb042 |
UHC | 闡???諱?B | 111101001100010100111111001111110011111111111101110010010011111101000010 | f4c53f3f3ffdc93f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)