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 | 蠇ウ蠑城拳霎 | 1111101110100001101100111110010110111100100011111110100110001100100111011110100010111110 | fba1b3e5bc8fe98c9de8be |
EUC-JP | ?ウ蠑城拳霎 | 0011111110001110101100111110101010111110101111101110101110110111111111011111000011000000 | 3f8eb3eabebeebb7fdf0c0 |
UTF-8 | 蠇ウ蠑城拳霎 | 111010001010000010000111111011111011110110110011111010001010000010010001111001011001111110001110111001101000101110110011111010011001110010001110 | e8a087efbdb3e8a091e59f8ee68bb3e99c8e |
UHC | ???城拳? | 0011111100111111001111111110000011110010110011111110101100111111 | 3f3f3fe0f2cfeb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)