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 | 橈??橈??^ | 100111101111010000111111001111111001111011110100001111110011111101011110 | 9ef43f3f9ef43f3f5e |
EUC-JP | 橈??橈??^ | 110111001111011000111111001111111101110011110110001111110011111101011110 | dcf63f3fdcf63f3f5e |
UTF-8 | 橈덃돳橈덂틵^ | 11100110101010011000100011101011100011011000001111101011100011111011001111100110101010011000100011101011100011011000001011101101100010111011010101011110 | e6a988eb8d83eb8fb3e6a988eb8d82ed8bb55e |
UHC | 橈덃돳橈덂틵^ | 11101000111110101000100011100110100010011011011011101000111110101000100011100101101110101001110001011110 | e8fa88e689b6e8fa88e5ba9c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)