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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 蔬箱}蔬箱{^ | 1110010011110100100101001010000001111101111001001111010010010100101000000111101101011110 | e4f494a07de4f494a07b5e |
EUC-JP | 蔬箱}蔬箱{^ | 1110100011110110110010001010001001111101111010001111011011001000101000100111101101011110 | e8f6c8a27de8f6c8a27b5e |
UTF-8 | 蔬箱}蔬箱{^ | 111010001001010010101100111001111010111010110001011111011110100010010100101011001110011110101110101100010111101101011110 | e894ace7aeb17de894ace7aeb17b5e |
UHC | 蔬箱}蔬箱{^ | 1110000111001010110111111101010101111101111000011100101011011111110101010111101101011110 | e1cadfd57de1cadfd57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)