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 | ¸¨Àú | 1000111110111000101010001100000011111010 | 8fb8a8c0fa |
SJIS-WIN | ??¨?? | 001111110011111110000001010011100011111100111111 | 3f3f814e3f3f |
EUC-JP | ?¸¨Àú | 001111111000111110100010101100011010000110101111100011111010101010100010100011111010101111100010 | 3f8fa2b1a1af8faaa28fabe2 |
UTF-8 | ¸¨Àú | 11000010100011111100001010111000110000101010100011000011100000001100001110111010 | c28fc2b8c2a8c380c3ba |
UHC | ?¸¨?? | 00111111101000101010110010100001101001110011111100111111 | 3fa2aca1a73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)