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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 銳볟뎴銳볠겘 | 111010011000101010110011111010111011001110011111111010111000111010110100111010011000101010110011111010111011001110100000111010101011001010011000 | e98ab3ebb39feb8eb4e98ab3ebb3a0eab298 |
UHC | 銳볟뎴銳볠겘 | 111001111110010110010011111001011000100110000111111001111110010110010011111001101000000110101111 | e7e593e58987e7e593e681af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)