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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??∥誼?? | 0011111100111111100000010110000110001011011000100011111100111111 | 3f3f81618b623f3f |
EUC-JP | ??‖誼?? | 0011111100111111101000011100001010110101110000110011111100111111 | 3f3fa1c2b5c33f3f |
UTF-8 | 力노∥誼삼쫳 | 111011111010011010001010111010111000010110111000111000101000100010100101111010001010101010111100111011001000001010111100111011001010101110110011 | efa68aeb85b8e288a5e8aabcec82bcecabb3 |
UHC | 力노∥誼삼쫳 | 111001101011001110110011111010111010000110101011111010111111111010111011111011111010011010001011 | e6b3b3eba1abebfebbefa68b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)