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 | ¼äÀà | 100011101011110011100100110000001000111011000011 | 8ebce4c08ec3 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ??äÀ?à | 001111110011111110001111101010111010001110001111101010101010001000111111100011111010101010101010 | 3f3f8faba38faaa23f8faaaa |
UTF-8 | ¼äÀà | 110000101000111011000010101111001100001110100100110000111000000011000010100011101100001110000011 | c28ec2bcc3a4c380c28ec383 |
UHC | ?¼???? | 00111111101010001111100100111111001111110011111100111111 | 3fa8f93f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)