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 | 屑洩屑屑 | 1000101111111011100010010110101110001011111110111000101111111011 | 8bfb896b8bfb8bfb |
EUC-JP | 屑洩屑屑 | 1011011011111101101100011100110010110110111111011011011011111101 | b6fdb1ccb6fdb6fd |
UTF-8 | 屑洩屑屑 | 111001011011000110010001111001101011010010101001111001011011000110010001111001011011000110010001 | e5b191e6b4a9e5b191e5b191 |
UHC | 屑洩屑屑 | 1110000011011010111000001101110111100000110110101110000011011010 | e0dae0dde0dae0da |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)