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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 辿属叩旦B | 100100100100100010010001101011101001001001000000100100100101010101000010 | 924891ae9240925542 |
EUC-JP | 辿属叩旦B | 110000111010100111000010101100001100001110100001110000111011011001000010 | c3a9c2b0c3a1c3b642 |
UTF-8 | 辿属叩旦B | 11101000101111101011111111100101101100011001111011100101100011111010100111100110100101111010011001000010 | e8bebfe5b19ee58fa9e697a642 |
UHC | ??叩旦B | 00111111001111111100110110110000110100111010100101000010 | 3f3fcdb0d3a942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)