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 | ?硯?? | 0011111110001100101001010011111100111111 | 3f8ca53f3f |
EUC-JP | ?硯?? | 0011111110111000101001110011111100111111 | 3fb8a73f3f |
UTF-8 | 뺒硯뺡뺒 | 111010111011101010010010111001111010000110101111111010111011101010100001111010111011101010010010 | ebba92e7a1afebbaa1ebba92 |
UHC | 뺒硯뺡뺒 | 1001010111011100111001101101101110010101111010011001010111011100 | 95dce6db95e995dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)