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 | ???押?? | 00111111001111110011111110001001100111110011111100111111 | 3f3f3f899f3f3f |
EUC-JP | ???押?? | 00111111001111110011111110110010101000010011111100111111 | 3f3f3fb2a13f3f |
UTF-8 | 掠욅떥押뜹렘 | 111011111010010110110101111011001001101010000101111010111001011010100101111001101000101010111100111010111001110010111001111010111010000010011000 | efa5b5ec9a85eb96a5e68abceb9cb9eba098 |
UHC | 掠욅떥押뜹렘 | 111001011011000110011110111001111000101110111000111001001110001110110110111001011011011110111101 | e5b19ee78bb8e4e3b6e5b7bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)