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 | ?歟?? | 0011111110011111011000100011111100111111 | 3f9f623f3f |
EUC-JP | ?歟?? | 0011111111011101110000110011111100111111 | 3fddc33f3f |
UTF-8 | 行歟蓮轢 | 111011111010100010001000111001101010110110011111111011111010011010011001111011111010011010001101 | efa888e6ad9fefa699efa68d |
UHC | 行歟蓮轢 | 1111101010100001111001101010001011100110111001011110011010111100 | faa1e6a2e6e5e6bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)