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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鬨セ霈斐≦ | 111010011010100010111110111010001011110010010100111000111000000110000101 | e9a8bee8bc94e38185 |
EUC-JP | 鬨セ霈斐≦ | 11110010101010101000111010111110111100001011111011001000111001011010000111100101 | f2aa8ebef0bec8e5a1e5 |
UTF-8 | 鬨セ霈斐≦ | 111010011010110010101000111011111011110110111110111010011001110010001000111001101001011010010000111000101000100110100110 | e9aca8efbdbee99c88e69690e289a6 |
UHC | ???斐? | 001111110011111100111111110111011110110000111111 | 3f3f3fddec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)