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 | 雪?刑斡?^ | 100100001110000100111111100011000101100110001000101101000011111101011110 | 90e13f8c5988b43f5e |
EUC-JP | 雪?刑斡?^ | 110000001110001100111111101101111011101010110000101101100011111101011110 | c0e33fb7bab0b63f5e |
UTF-8 | 雪렺刑斡렡^ | 11101001100110111010101011101011101000001011101011100101100010001001000111100110100101101010000111101011101000001010000101011110 | e99baaeba0bae58891e696a1eba0a15e |
UHC | 雪렺刑斡렡^ | 1110000011100100100011101100001011111010111111011110010011010110100011101011001001011110 | e0e48ec2fafde4d68eb25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)