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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 錵豪悪 | 111010000100010110001101100010111000100010101011 | e8458d8b88ab |
EUC-JP | 錵豪悪 | 111011111010011010111001111010111011000010101101 | efa6b9ebb0ad |
UTF-8 | 錵豪悪 | 111010011000110010110101111010001011000110101010111001101000001010101010 | e98cb5e8b1aae682aa |
UHC | ?豪? | 00111111111110111101111100111111 | 3ffbdf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)