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 | 秧①?押?? | 111000100101111010000111010000000011111110001001100111110011111100111111 | e25e87403f899f3f3f |
EUC-JP | 秧??押?? | 1110001110111111001111110011111110110010101000010011111100111111 | e3bf3f3fb2a13f3f |
UTF-8 | 秧①솈押덃옄 | 111001111010011110100111111000101001000110100000111011001000011010001000111001101000101010111100111010111000110110000011111011001001100010000100 | e7a7a7e291a0ec8688e68abceb8d83ec9884 |
UHC | 秧①솈押덃옄 | 111001001110101110101000111001111001100110001100111001001110001110001000111001101001111010010000 | e4eba8e7998ce4e388e69e90 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)