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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 恙??恙 | 100111001001100100111111001111111001110010011001 | 9c993f3f9c99 |
EUC-JP | 恙??恙 | 110101111111100100111111001111111101011111111001 | d7f93f3fd7f9 |
UTF-8 | 恙뒟돓恙 | 111001101000000110011001111010111001001010011111111010111000111110010011111001101000000110011001 | e68199eb929feb8f93e68199 |
UHC | 恙뒟돓恙 | 1110010110111111100010101001101110001001100111111110010110111111 | e5bf8a9b899fe5bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)