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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ?脘??脘?^ | 0011111110001111110101101010110000111111001111111000111111010110101011000011111101011110 | 3f8fd6ac3f3f8fd6ac3f5e |
UTF-8 | 센脘섈센脘섈^ | 11101100100001001011110011101000100001001001100011101100100001001000100011101100100001001011110011101000100001001001100011101100100001001000100001011110 | ec84bce88498ec8488ec84bce88498ec84885e |
UHC | 센脘섈센脘섈^ | 10111100101111101110100011010010101111001010101010111100101111101110100011010010101111001010101001011110 | bcbee8d2bcaabcbee8d2bcaa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)