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 | 秧????? | 11100010010111100011111100111111001111110011111100111111 | e25e3f3f3f3f3f |
EUC-JP | 秧????? | 11100011101111110011111100111111001111110011111100111111 | e3bf3f3f3f3f3f |
UTF-8 | 秧덉럥留뺞쾮 | 111001111010011110100111111010111000110110001001111010111001111110100101111011111010011110001101111010111011101010011110111011001011111010101110 | e7a7a7eb8d89eb9fa5efa78debba9eecbeae |
UHC | 秧덉럥留뺞쾮 | 111001001110101110001000111011001000111010001000111010111010011110010101111001101011001010000101 | e4eb88ec8e88eba795e6b285 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)