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 | 錵遂阿蟆 | 1110100001000101100100001000101110001000101000101110010110110000 | e845908b88a2e5b0 |
EUC-JP | 錵遂阿蟆 | 1110111110100110101111111110101110110000101001001110101010110010 | efa6bfebb0a4eab2 |
UTF-8 | 錵遂阿蟆 | 111010011000110010110101111010011000000110000010111010011001100010111111111010001001111110000110 | e98cb5e98182e998bfe89f86 |
UHC | ?遂阿? | 001111111110001011000100111001001011100100111111 | 3fe2c4e4b93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)