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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 連들뀒歷됵숯 | 111011111010011010011010111010111001001110100100111010111000000010010010111011111010011010001100111010111001000010110101111011001000100010101111 | efa69aeb93a4eb8092efa68ceb90b5ec88af |
UHC | 連들뀒歷됵숯 | 111001101110011010110101111010011000010110001100111001101011100010001001111011111011110110100001 | e6e6b5e9858ce6b889efbda1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)