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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鎰?葺?腫 | 1110100001001100001111111001010110011000001111111000111011101110 | e84c3f95983f8eee |
EUC-JP | 鎰?葺?腫 | 1110111110101101001111111100100111111000001111111011110011110000 | efad3fc9f83fbcf0 |
UTF-8 | 鎰렲葺렟腫 | 111010011000111010110000111010111010000010110010111010001001000110111010111010111010000010011111111010001000010110101011 | e98eb0eba0b2e891baeba09fe885ab |
UHC | 鎰렲葺렟腫 | 11101100111100001000111010111111111100011111000110001110101100001111000011111110 | ecf08ebff1f18eb0f0fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)