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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 븭딎땤븭딎旅^ | 11101011101110001010110111101011100101001000111011101011100101011010010011101011101110001010110111101011100101001000111011101111101001101000001101011110 | ebb8adeb948eeb95a4ebb8adeb948eefa6835e |
UHC | 븭딎땤븭딎旅^ | 10010101100101101000101011110100100010110111010010010101100101101000101011110100111001101010000101011110 | 95968af48b7495968af4e6a15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)