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 | 遮鹿セ齒オ | 1000111011010101100011101010110110111110111010101000111110110101 | 8ed58eadbeea8fb5 |
EUC-JP | 遮鹿セ齒オ | 10111100110101111011110010101111100011101011111011110011111011111000111010110101 | bcd7bcaf8ebef3ef8eb5 |
UTF-8 | 遮鹿セ齒オ | 111010011000000110101110111010011011100110111111111011111011110110111110111010011011110110010010111011111011110110110101 | e981aee9b9bfefbdbee9bd92efbdb5 |
UHC | 遮鹿?齒? | 1111001110110100110101101110001100111111111101101100110100111111 | f3b4d6e33ff6cd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)