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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????箏富 | 0011111100111111001111110011111111100010101101011001010101111000 | 3f3f3f3fe2b59578 |
EUC-JP | 焌???箏富 | 10001111110010011110100000111111001111110011111111100100101101111100100111011001 | 8fc9e83f3f3fe4b7c9d9 |
UTF-8 | 焌띄렮렩箏富 | 111001111000010010001100111010111001110110000100111010111010000010101110111010111010000010101001111001111010111010001111111001011010111110001100 | e7848ceb9d84eba0aeeba0a9e7ae8fe5af8c |
UHC | 焌띄렮렩箏富 | 111100011110000010110110111001111000111010111011100011101011011111101110101101001101110110100011 | f1e0b6e78ebb8eb7eeb4dda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)