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 | 邂?縞棒? | 1110011110101110001111111000111011001000100101100101111100111111 | e7ae3f8ec8965f3f |
EUC-JP | 邂?縞棒? | 1110111010110000001111111011110011001010110010111100000000111111 | eeb03fbccacbc03f |
UTF-8 | 邂렱縞棒렜 | 111010011000001010000010111010111010000010110001111001111011100010011110111001101010001110010010111010111010000010011100 | e98282eba0b1e7b89ee6a392eba09c |
UHC | 邂렱縞棒렜 | 11111010101100111000111010111110111110111101011011011100111010101000111010101110 | fab38ebefbd6dcea8eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)