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 | 骭晏ォ牙ヲコ | 111010011000110010011101111001011010101110001001111001011010011010111010 | e98c9de5ab89e5a6ba |
EUC-JP | 骭晏ォ牙ヲコ | 111100011110110011011010111001111000111010101011101100101110011110001110101001101000111010111010 | f1ecdae78eabb2e78ea68eba |
UTF-8 | 骭晏ォ牙ヲコ | 111010011010101010101101111001101001100110001111111011111011110110101011111001111000100110011001111011111011110110100110111011111011110110111010 | e9aaade6998fefbdabe78999efbda6efbdba |
UHC | ?晏?牙?? | 0011111111100100110011110011111111100100101100110011111100111111 | 3fe4cf3fe4b33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)