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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
UTF-8 | 렺괴렺更 | 111010111010000010111010111010101011010010110100111010111010000010111010111011111010010010000001 | eba0baeab4b4eba0baefa481 |
UHC | 렺괴렺更 | 1000111011000010101100011010101110001110110000101100101111010110 | 8ec2b1ab8ec2cbd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)