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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 歪?務? | 100110000110001100111111100101101011000100111111 | 98633f96b13f |
EUC-JP | 歪?務? | 110011111100010000111111110011001011001100111111 | cfc43fccb33f |
UTF-8 | 歪언務뤙 | 111001101010110110101010111011001001011010111000111001011000101110011001111010111010010010011001 | e6adaaec96b8e58b99eba499 |
UHC | 歪언務뤙 | 1110100011100000101111101111000011011001111000101000111111001000 | e8e0bef0d9e28fc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)