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 | 鮱シ | 111010011010111010110001111011111011110110111100 | e9aeb1efbdbc |
SJIS-WIN | ??±??? | 00111111001111111000000101111101001111110011111100111111 | 3f3f817d3f3f3f |
EUC-JP | é®±ï?? | 10001111101010111011000110001111101000101110111010100001110111101000111110101011110000010011111100111111 | 8fabb18fa2eea1de8fabc13f3f |
UTF-8 | 鮱シ | 110000111010100111000010101011101100001010110001110000111010111111000010101111011100001010111100 | c3a9c2aec2b1c3afc2bdc2bc |
UHC | ?®±?½¼ | 00111111101000101110011110100001101111100011111110101000111101101010100011111001 | 3fa2e7a1be3fa8f6a8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)