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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 砥??? | 1001001101110101001111110011111100111111 | 93753f3f3f |
EUC-JP | 砥??? | 1100010111010110001111110011111100111111 | c5d63f3f3f |
UTF-8 | 砥면렱렫 | 111001111010000010100101111010111010100110110100111010111010000010110001111010111010000010101011 | e7a0a5eba9b4eba0b1eba0ab |
UHC | 砥면렱렫 | 1111001010110010101110001110100110001110101111101000111010111001 | f2b2b8e98ebe8eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)