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 | ??∮?⇒釜 | 001111110011111110000111100100110011111110000001110010111000101010011000 | 3f3f87933f81cb8a98 |
EUC-JP | ????⇒釜 | 0011111100111111001111110011111110100010110011011011001111111000 | 3f3f3f3fa2cdb3f8 |
UTF-8 | 룴횕∮룶⇒釜 | 111010111010001110110100111011011001101010010101111000101000100010101110111010111010001110110110111000101000011110010010111010011000011110011100 | eba3b4ed9a95e288aeeba3b6e28792e9879c |
UHC | 룴횕∮룶⇒釜 | 100011111010100111000011100011111010001010110001100011111010101110100010101000011101110110111100 | 8fa9c38fa2b18faba2a1ddbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)