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 | 熬??? | 1110000010010010001111110011111100111111 | e0923f3f3f |
EUC-JP | 熬??? | 1101111111110010001111110011111100111111 | dff23f3f3f |
UTF-8 | 熬깁땐醴 | 111001111000011010101100111010101011100110000001111010111001010110010000111011111010011010110111 | e786aceab981eb9590efa6b7 |
UHC | 熬깁땐醴 | 1110100010100010101100011110100110110110101010011110011111100100 | e8a2b1e9b6a9e7e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)