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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 儼??乙?? | 1001100101010110001111110011111110001001101100110011111100111111 | 99563f3f89b33f3f |
EUC-JP | 儼??乙?? | 1101000110110111001111110011111110110010101101010011111100111111 | d1b73f3fb2b53f3f |
UTF-8 | 儼볥댏乙좊룜 | 111001011000010010111100111010111011001110100101111010111000110010001111111001001011100110011001111011001010001010001010111010111010001110011100 | e584bcebb3a5eb8c8fe4b999eca28aeba39c |
UHC | 儼볥댏乙좊룜 | 111001011111000010010011111010111000100010111000111010111110000010100000111010111000111110011000 | e5f093eb88b8ebe0a0eb8f98 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)