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 | ???約?? | 00111111001111110011111110010110111100010011111100111111 | 3f3f3f96f13f3f |
EUC-JP | 繡??約?? | 100011111101010011010111001111110011111111001100111100110011111100111111 | 8fd4d73f3fccf33f3f |
UTF-8 | 繡뎷룴約뎲렞 | 111001111011100110100001111010111000111010110111111010111010001110110100111001111011010010000100111010111000111010110010111010111010000010011110 | e7b9a1eb8eb7eba3b4e7b484eb8eb2eba09e |
UHC | 繡뎷룴約뎲렞 | 111000101011100110001001100010101000111110101001111001011011001110001001100001011000111010101111 | e2b9898a8fa9e5b389858eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)