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 | 節??鳶?? | 1001000011011111001111110011111110010011110011100011111100111111 | 90df3f3f93ce3f3f |
EUC-JP | 節??鳶?? | 1100000011100001001111110011111111000110110100000011111100111111 | c0e13f3fc6d03f3f |
UTF-8 | 節븝풙鳶뤄풙 | 111001111010111110000000111010111011100010011101111011011001001010011001111010011011001110110110111010111010010010000100111011011001001010011001 | e7af80ebb89ded9299e9b3b6eba484ed9299 |
UHC | 節븝풙鳶뤄풙 | 111011111011110110111010111011111011111010011100111001101110100110110111111011111011111010011100 | efbdbaefbe9ce6e9b7efbe9c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)