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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 雪?荻斡?^ | 100100001110000100111111100010011010110010001000101101000011111101011110 | 90e13f89ac88b43f5e |
EUC-JP | 雪?荻斡?^ | 110000001110001100111111101100101010111010110000101101100011111101011110 | c0e33fb2aeb0b63f5e |
UTF-8 | 雪렺荻斡렡^ | 11101001100110111010101011101011101000001011101011101000100011011011101111100110100101101010000111101011101000001010000101011110 | e99baaeba0bae88dbbe696a1eba0a15e |
UHC | 雪렺荻斡렡^ | 1110000011100100100011101100001011101110111000101110010011010110100011101011001001011110 | e0e48ec2eee2e4d68eb25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)