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 | ?閃療? | 001111111001000101001101100101111100001100111111 | 3f914d97c33f |
EUC-JP | ?閃療? | 001111111100000110101110110011101100010100111111 | 3fc1aecec53f |
UTF-8 | 뤊閃療렦 | 111010111010010010001010111010011001011010000011111001111001100110000010111010111010000010100110 | eba48ae99683e79982eba0a6 |
UHC | 뤊閃療렦 | 1000111110111010111000001110110011010110111110111000111010110101 | 8fbae0ecd6fb8eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)