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 | ??‘??? | 00111111001111111000000101100101001111110011111100111111 | 3f3f81653f3f3f |
EUC-JP | ??‘沅?? | 001111110011111110100001110001101000111111000110111010010011111100111111 | 3f3fa1c68fc6e93f3f |
UTF-8 | 嶺뚮‘沅좈뇳 | 111011111010011010101011111010111001101010101110111000101000000010011000111001101011001010000101111011001010001010001000111010111000011110110011 | efa6abeb9aaee28098e6b285eca288eb87b3 |
UHC | 嶺뚮‘沅좈뇳 | 111001111010110110001100111010111010000110101110111010101011011010100000111010011000011110010111 | e7ad8ceba1aeeab6a0e98797 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)