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 | 梧??節ゃ? | 100011001110011000111111001111111001000011011111100000101110000100111111 | 8ce63f3f90df82e13f |
EUC-JP | 梧??節ゃ? | 101110001110100000111111001111111100000011100001101001001110001100111111 | b8e83f3fc0e1a4e33f |
UTF-8 | 梧잍뇥節ゃ꺕 | 111001101010001010100111111011001001111010001101111010111000011110100101111001111010111110000000111000111000001010000011111010101011101010010101 | e6a2a7ec9e8deb87a5e7af80e38283eaba95 |
UHC | 梧잍뇥節ゃ꺕 | 111001111111110010011111111001101000011110001101111011111011110110101010111000111000001110111011 | e7fc9fe6878defbdaae383bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)