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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??顎 | 00111111001111111000101001111011 | 3f3f8a7b |
EUC-JP | ??顎 | 00111111001111111011001111011100 | 3f3fb3dc |
UTF-8 | 밄셎顎 | 111010111011000010000100111011001000010110001110111010011010000110001110 | ebb084ec858ee9a18e |
UHC | 밄셎顎 | 100100110100001010011001010100111110010011001001 | 93429953e4c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)