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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蛟ュ笆シ奣 | 1110010110000000101011011110001010010110101111001111101010100011 | e580ade296bcfaa3 |
EUC-JP | 蛟ュ笆シ奣 | 1110100111100000100011101010110111100011111101101000111010111100100011111011100011111100 | e9e08eade3f68ebc8fb8fc |
UTF-8 | 蛟ュ笆シ奣 | 111010001001101110011111111011111011110110101101111001111010110010000110111011111011110110111100111001011010010110100011 | e89b9fefbdade7ac86efbdbce5a5a3 |
UHC | 蛟???? | 110011101111000100111111001111110011111100111111 | cef13f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)