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 | ?嵩濯? | 001111111001000010010011100100011111001100111111 | 3f909391f33f |
EUC-JP | ?嵩濯? | 001111111011111111110011110000101111010100111111 | 3fbff3c2f53f |
UTF-8 | 룶嵩濯룵 | 111010111010001110110110111001011011010110101001111001101011111110101111111010111010001110110101 | eba3b6e5b5a9e6bfafeba3b5 |
UHC | 룶嵩濯룵 | 1000111110101011111000111010000111110110111110111000111110101010 | 8fabe3a1f6fb8faa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)