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 | ûĹûZ² | 1111101111000100100011101011100111111011010110101000111010110010 | fbc48eb9fb5a8eb2 |
SJIS-WIN | ?????Z?? | 0011111100111111001111110011111100111111010110100011111100111111 | 3f3f3f3f3f5a3f3f |
EUC-JP | ûÄ??ûZ?? | 1000111110101011111001011000111110101010101000110011111100111111100011111010101111100101010110100011111100111111 | 8fabe58faaa33f3f8fabe55a3f3f |
UTF-8 | ûĹûZ² | 110000111011101111000011100001001100001010001110110000101011100111000011101110110101101011000010100011101100001010110010 | c3bbc384c28ec2b9c3bb5ac28ec2b2 |
UHC | ???¹?Z?² | 00111111001111110011111110101001111101100011111101011010001111111010100111110111 | 3f3f3fa9f63f5a3fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)