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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 曜??節??\ | 100101110110101000111111001111111001000011011111001111110011111101011100 | 976a3f3f90df3f3f5c |
EUC-JP | 曜??節??\ | 110011011100101100111111001111111100000011100001001111110011111101011100 | cdcb3f3fc0e13f3f5c |
UTF-8 | 曜겸닽節㏆쉑\ | 11100110100110111001110011101010101100101011100011101011100010111011110111100111101011111000000011100011100011111000011011101100100010011001000101011100 | e69b9ceab2b8eb8bbde7af80e38f86ec89915c |
UHC | 曜겸닽節㏆쉑\ | 11101000111110001011000011100010100010001010101111101111101111011010011111101111101111011010011101011100 | e8f8b0e288abefbda7efbda75c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)