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 | 飮??飮?? | 1001111101011010001111110011111110011111010110100011111100111111 | 9f5a3f3f9f5a3f3f |
EUC-JP | 飮??飮?? | 1101110110111011001111110011111111011101101110110011111100111111 | ddbb3f3fddbb3f3f |
UTF-8 | 飮룟젽飮몃씀 | 111010011010001110101110111010111010001110011111111011001010000010111101111010011010001110101110111010111010101010000011111011001001010010000000 | e9a3aeeba39feca0bde9a3aeebaa83ec9480 |
UHC | 飮룟젽飮몃씀 | 111010111110011010110111111001011010000010101111111010111110011010111000111010111011111010111000 | ebe6b7e5a0afebe6b8ebbeb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)