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 | 村袖棚促 | 1001000110111010100100011011001110010010010010011001000110100011 | 91ba91b3924991a3 |
EUC-JP | 村袖棚促 | 1100001010111100110000101011010111000011101010101100001010100101 | c2bcc2b5c3aac2a5 |
UTF-8 | 村袖棚促 | 111001101001110110010001111010001010001010010110111001101010001110011010111001001011111110000011 | e69d91e8a296e6a39ae4bf83 |
UHC | 村袖棚促 | 1111010110111101111000101100000011011101110111001111010110110101 | f5bde2c0dddcf5b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)