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 | 뤶삡제툉 | 111010111010010010110110111011001000001010100001111011001010000010011100111011011000100010001001 | eba4b6ec82a1eca09ced8889 |
UHC | 뤶삡제툉 | 1000111111100100101110111110010011000001101001101100010111110011 | 8fe4bbe4c1a6c5f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)