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 | ??漁??御^ | 001111110011111110001011100110010011111100111111100011001110010001011110 | 3f3f8b993f3f8ce45e |
EUC-JP | ??漁??御^ | 001111110011111110110101111110010011111100111111101110001110011001011110 | 3f3fb5f93f3fb8e65e |
UTF-8 | 뤕뻐漁뤕뻐御^ | 11101011101001001001010111101011101110111001000011100110101111001000000111101011101001001001010111101011101110111001000011100101101111101010000101011110 | eba495ebbb90e6bc81eba495ebbb90e5bea15e |
UHC | 뤕뻐漁뤕뻐御^ | 10001111110001011011101110110101111001011101101110001111110001011011101110110101111001011101100101011110 | 8fc5bbb5e5db8fc5bbb5e5d95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)