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 | ???鍮?? | 00111111001111110011111111101000010010100011111100111111 | 3f3f3fe84a3f3f |
EUC-JP | ???鍮?? | 00111111001111110011111111101111101010110011111100111111 | 3f3f3fefab3f3f |
UTF-8 | 略노쵐鍮볣춳 | 111011111010010110110110111010111000010110111000111011001011010110010000111010011000110110101110111010111011001110100011111011001011011010110011 | efa5b6eb85b8ecb590e98daeebb3a3ecb6b3 |
UHC | 略노쵐鍮볣춳 | 111001011011001010110011111010111010110010010010111010111011100110010011111010011010110110001111 | e5b2b3ebac92ebb993e9ad8f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)