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 | 竣??運 | 100011110111011000111111001111111000100101011110 | 8f763f3f895e |
EUC-JP | 竣??運 | 101111011101011100111111001111111011000110111111 | bdd73f3fb1bf |
UTF-8 | 竣ㅹ딧運 | 111001111010101110100011111000111000010110111001111010111001010010100111111010011000000110001011 | e7aba3e385b9eb94a7e9818b |
UHC | 竣ㅹ딧運 | 1111000111100010101001001110100110110101111101111110101010100001 | f1e2a4e9b5f7eaa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)