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 | ?恃}?恃{^ | 001111111001110010010100011111010011111110011100100101000111101101011110 | 3f9c947d3f9c947b5e |
EUC-JP | ?恃}?恃{^ | 001111111101011111110100011111010011111111010111111101000111101101011110 | 3fd7f47d3fd7f47b5e |
UTF-8 | 둙恃}둙恃{^ | 111010111001000110011001111001101000000110000011011111011110101110010001100110011110011010000001100000110111101101011110 | eb9199e681837deb9199e681837b5e |
UHC | 둙恃}둙恃{^ | 1000101001010001111000111011111001111101100010100101000111100011101111100111101101011110 | 8a51e3be7d8a51e3be7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)