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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 韆コム作俺 | 1110100011100110101110101101000110001101111011001000100110110100 | e8e6bad18dec89b4 |
EUC-JP | 韆コム作俺 | 11110000111010001000111010111010100011101101000110111010111011101011001010110110 | f0e88eba8ed1baeeb2b6 |
UTF-8 | 韆コム作俺 | 111010011001111110000110111011111011110110111010111011111011111010010001111001001011110110011100111001001011111110111010 | e99f86efbdbaefbe91e4bd9ce4bfba |
UHC | 韆??作俺 | 1111010011000111001111110011111111101101110000101110010111101111 | f4c73f3fedc2e5ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)