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 | 略노맩劉당뵳 | 111011111010010110110110111010111000010110111000111010111010011110101001111011111010011110000111111010111000101110111001111010111011010110110011 | efa5b6eb85b8eba7a9efa787eb8bb9ebb5b3 |
UHC | 略노맩劉당뵳 | 111001011011001010110011111010111001000010110001111010101110010110110100111001111001010010110001 | e5b2b3eb90b1eae5b4e794b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)