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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 屑席? | 1000101111111011100100001100100000111111 | 8bfb90c83f |
EUC-JP | 屑席宬 | 10110110111111011100000011001010100011111011101011010011 | b6fdc0ca8fbad3 |
UTF-8 | 屑席宬 | 111001011011000110010001111001011011100010101101111001011010111010101100 | e5b191e5b8ade5aeac |
UHC | 屑席宬 | 111000001101101011100000101011001110000011110100 | e0dae0ace0f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)