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 | 腋??鳶?ⅴ | 111000111111110000111111001111111001001111001110001111111111101001000100 | e3fc3f3f93ce3ffa44 |
EUC-JP | 腋??鳶?? | 1110011011111110001111110011111111000110110100000011111100111111 | e6fe3f3fc6d03f3f |
UTF-8 | 腋롳숯鳶루ⅴ | 111010001000010110001011111010111010000110110011111011001000100010101111111010011011001110110110111010111010001110101000111000101000010110110100 | e8858beba1b3ec88afe9b3b6eba3a8e285b4 |
UHC | 腋롳숯鳶루ⅴ | 111001001111110110001110111011111011110110100001111001101110100110110111111001111010010110100101 | e4fd8eefbda1e6e9b7e7a5a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)