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 | 錚???梓? | 1110100001000010001111110011111100111111100010001011001000111111 | e8423f3f3f88b23f |
EUC-JP | 錚???梓? | 1110111110100011001111110011111100111111101100001011010000111111 | efa33f3f3fb0b43f |
UTF-8 | 錚렡渽렜梓될 | 111010011000110010011010111010111010000010100001111001101011100010111101111010111010000010011100111001101010001010010011111010111001000010100000 | e98c9aeba0a1e6b8bdeba09ce6a293eb90a0 |
UHC | 錚렡渽렜梓될 | 111011101011011010001110101100101110111010101010100011101010111011101110101010011011010111001001 | eeb68eb2eeaa8eaeeea9b5c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)