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 | 憶??鎰?? | 1000100110101111001111110011111111101000010011000011111100111111 | 89af3f3fe84c3f3f |
EUC-JP | 憶??鎰?? | 1011001010110001001111110011111111101111101011010011111100111111 | b2b13f3fefad3f3f |
UTF-8 | 憶얘낀鎰뉒독 | 111001101000011010110110111011001001011010011000111010111000001010000000111010011000111010110000111010111000100110010010111010111000111110000101 | e686b6ec9698eb8280e98eb0eb8992eb8f85 |
UHC | 憶얘낀鎰뉒독 | 111001011110001110111110111010101011001110100100111011001111000010000111111001111011010110110110 | e5e3beeab3a4ecf087e7b5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)