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 | ???矢 | 0011111100111111001111111001011011101110 | 3f3f3f96ee |
EUC-JP | ???矢 | 0011111100111111001111111100110011110000 | 3f3f3fccf0 |
UTF-8 | 롋롃롘矢 | 111010111010000110001011111010111010000110000011111010111010000110011000111001111001111110100010 | eba18beba183eba198e79fa2 |
UHC | 롋롃롘矢 | 1000111011010001100011101100101010001110110111001110001111000101 | 8ed18eca8edce3c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)