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 | 偲執芝コ齊ケ | 10001110110000111000111010110111100011101100010110111010111010101000111010111001 | 8ec38eb78ec5baea8eb9 |
EUC-JP | 偲執芝コ齊ケ | 101111001100010110111100101110011011110011000111100011101011101011110011111011101000111010111001 | bcc5bcb9bcc78ebaf3ee8eb9 |
UTF-8 | 偲執芝コ齊ケ | 111001011000000110110010111001011001111110110111111010001000101010011101111011111011110110111010111010011011110110001010111011111011110110111001 | e581b2e59fb7e88a9defbdbae9bd8aefbdb9 |
UHC | ?執芝?齊? | 001111111111001011111011111100101011100100111111111100001011101000111111 | 3ff2fbf2b93ff0ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)