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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 紲種衆鐔 | 1110001101000111100011101110110110001111010011111110100001011100 | e3478eed8f4fe85c |
EUC-JP | 紲種衆鐔 | 1110010110101000101111001110111110111101101100001110111110111101 | e5a8bcefbdb0efbd |
UTF-8 | 紲種衆鐔 | 111001111011010010110010111001111010100010101110111010001010000110000110111010011001000010010100 | e7b4b2e7a8aee8a186e99094 |
UHC | ?種衆? | 001111111111000011111010111100011110101100111111 | 3ff0faf1eb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)