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 | ヘ猊ツ | 11001101111000001100011111000010 | cde0c7c2 |
EUC-JP | ヘ猊ツ | 100011101100110111100000110010011000111011000010 | 8ecde0c98ec2 |
UTF-8 | ヘ猊ツ | 111011111011111010001101111001111000110010001010111011111011111010000010 | efbe8de78c8aefbe82 |
UHC | ?猊? | 00111111111001111101100100111111 | 3fe7d93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)