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 | 浴????? | 10010111100000010011111100111111001111110011111100111111 | 97813f3f3f3f3f |
EUC-JP | 浴??琰?? | 110011011110000100111111001111111000111111001100101101000011111100111111 | cde13f3f8fccb43f3f |
UTF-8 | 浴녺썣琰롧썣 | 111001101011010110110100111010111000010110111010111011001000110110100011111001111001000010110000111010111010000110100111111011001000110110100011 | e6b5b4eb85baec8da3e790b0eba1a7ec8da3 |
UHC | 浴녺썣琰롧썣 | 111010011011000110000110111001111001101110010110111001101111110010001110111001111001101110010110 | e9b186e79b96e6fc8ee79b96 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)