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 | 秧??鳶?ぐ | 111000100101111000111111001111111001001111001110001111111000001010101110 | e25e3f3f93ce3f82ae |
EUC-JP | 秧??鳶?ぐ | 111000111011111100111111001111111100011011010000001111111010010010110000 | e3bf3f3fc6d03fa4b0 |
UTF-8 | 秧섇콪鳶멱ぐ | 111001111010011110100111111011001000010010000111111011001011110110101010111010011011001110110110111010111010100110110001111000111000000110010000 | e7a7a7ec8487ecbdaae9b3b6eba9b1e38190 |
UHC | 秧섇콪鳶멱ぐ | 111001001110101110011000111001011011000110011110111001101110100110111000111010001010101010110000 | e4eb98e5b19ee6e9b8e8aab0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)