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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??パ?釐? | 0011111100111111100000110111000000111111111001111101100000111111 | 3f3f83703fe7d83f |
EUC-JP | ??パ?釐? | 0011111100111111101001011101000100111111111011101101101000111111 | 3f3fa5d13feeda3f |
UTF-8 | 룫콓パ룵釐㈛ | 111010111010001110101011111011001011110110010011111000111000001110010001111010111010001110110101111010011000011110010000111000111000100010011011 | eba3abecbd93e38391eba3b5e98790e3889b |
UHC | 룫콓パ룵釐㈛ | 100011111010001010110001100011111010101111010001100011111010101011010111111011011010100111001100 | 8fa2b18fabd18faad7eda9cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)