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 | üI½ûѾ | 1111110001001001100011101011110111111011110100011000111010111110 | fc498ebdfbd18ebe |
SJIS-WIN | ?I?????? | 0011111101001001001111110011111100111111001111110011111100111111 | 3f493f3f3f3f3f3f |
EUC-JP | üI??ûÑ?? | 1000111110101011111001000100100100111111001111111000111110101011111001011000111110101010110100000011111100111111 | 8fabe4493f3f8fabe58faad03f3f |
UTF-8 | üI½ûѾ | 110000111011110001001001110000101000111011000010101111011100001110111011110000111001000111000010100011101100001010111110 | c3bc49c28ec2bdc3bbc391c28ec2be |
UHC | ?I?½???¾ | 00111111010010010011111110101000111101100011111100111111001111111010100011111010 | 3f493fa8f63f3f3fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)