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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 烏??熬 | 100010010100011100111111001111111110000010010010 | 89473f3fe092 |
EUC-JP | 烏??熬 | 101100011010100000111111001111111101111111110010 | b1a83f3fdff2 |
UTF-8 | 烏녿졁熬 | 111001111000001110001111111010111000010110111111111011001010000110000001111001111000011010101100 | e7838feb85bfeca181e786ac |
UHC | 烏녿졁熬 | 1110100010100001100001101110101110100000101100101110100010100010 | e8a186eba0b2e8a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)