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 | ???C?? | 001111110011111100111111010000110011111100111111 | 3f3f3f433f3f |
SJIS-WIN | ???C?? | 001111110011111100111111010000110011111100111111 | 3f3f3f433f3f |
EUC-JP | ???C?? | 001111110011111100111111010000110011111100111111 | 3f3f3f433f3f |
UTF-8 | 룶웡∼C룶엌 | 11101011101000111011011011101100100110111010000111100010100010001011110001000011111010111010001110110110111011001001011110001100 | eba3b6ec9ba1e288bc43eba3b6ec978c |
UHC | 룶웡∼C룶엌 | 1000111110101011101111111111110110100001101011010100001110001111101010111011111011111101 | 8fabbffda1ad438fabbefd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)