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 | 額??苑?? | 1000101001111010001111110011111110001001100100010011111100111111 | 8a7a3f3f89913f3f |
EUC-JP | 額??苑?? | 1011001111011011001111110011111110110001111100010011111100111111 | b3db3f3fb1f13f3f |
UTF-8 | 額딅쵆苑믭쭓 | 111010011010000110001101111010111001010010000101111011001011010110000110111010001000101110010001111010111010111110101101111011001010110110010011 | e9a18deb9485ecb586e88b91ebafadecad93 |
UHC | 額딅쵆苑믭쭓 | 111001001111111010001010111010111010110010001000111010101011110110010010111011111010011110001011 | e4fe8aebac88eabd92efa78b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)