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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 逸??日? | 10001000111011010011111100111111100100111111101000111111 | 88ed3f3f93fa3f |
EUC-JP | 逸??日? | 10110000111011110011111100111111110001101111110000111111 | b0ef3f3fc6fc3f |
UTF-8 | 逸곁헬日심 | 111010011000000010111000111010101011001110000001111011011001011110101100111001101001011110100101111011001000101110101100 | e980b8eab381ed97ace697a5ec8bac |
UHC | 逸곁헬日심 | 11101100111011111011000011100111110001111110111111101100111011011011110111001001 | ecefb0e7c7efecedbdc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)