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 | 蛟ュ笆シ | 111001011000000010101101111000101001011010111100 | e580ade296bc |
EUC-JP | 蛟ュ笆シ | 1110100111100000100011101010110111100011111101101000111010111100 | e9e08eade3f68ebc |
UTF-8 | 蛟ュ笆シ | 111010001001101110011111111011111011110110101101111001111010110010000110111011111011110110111100 | e89b9fefbdade7ac86efbdbc |
UHC | 蛟??? | 1100111011110001001111110011111100111111 | cef13f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)