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 | ?鎖?? | 0011111110001101101111010011111100111111 | 3f8dbd3f3f |
EUC-JP | ?鎖?? | 0011111110111010101111110011111100111111 | 3fbabf3f3f |
UTF-8 | 몮鎖굪뮖 | 111010111010101010101110111010011000111010010110111010101011010110101010111010111010111010010110 | ebaaaee98e96eab5aaebae96 |
UHC | 몮鎖굪뮖 | 1001000110011000111000011111000010000010100100001001001010100010 | 9198e1f0829092a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)