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 | 宍杓獻 | 100011101011001110001110110110111110000011011001 | 8eb38edbe0d9 |
EUC-JP | 宍杓獻 | 101111001011010110111100110111011110000011011011 | bcb5bcdde0db |
UTF-8 | 宍杓獻 | 111001011010111010001101111001101001110110010011111001111000110110111011 | e5ae8de69d93e78dbb |
UHC | ?杓獻 | 0011111111111000111101011111101011001100 | 3ff8f5facc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)