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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 梧??節?? | 1000110011100110001111110011111110010000110111110011111100111111 | 8ce63f3f90df3f3f |
EUC-JP | 梧??節?˚ | 10111000111010000011111100111111110000001110000100111111100011111010001010110110 | b8e83f3fc0e13f8fa2b6 |
UTF-8 | 梧썲툢節뗧˚ | 1110011010100010101001111110110010001101101100101110110110001000101000101110011110101111100000001110101110010111101001111100101110011010 | e6a2a7ec8db2ed88a2e7af80eb97a7cb9a |
UHC | 梧썲툢節뗧˚ | 111001111111110010111101111001011011100010011001111011111011110110001011111001111010001010101010 | e7fcbde5b899efbd8be7a2aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)