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 | ûɪûW | 111110111100100110001110101010101111101101010111 | fbc98eaafb57 |
SJIS-WIN | ?????W | 001111110011111100111111001111110011111101010111 | 3f3f3f3f3f57 |
EUC-JP | ûÉ?ªûW | 1000111110101011111001011000111110101010101100010011111110001111101000101110110010001111101010111110010101010111 | 8fabe58faab13f8fa2ec8fabe557 |
UTF-8 | ûɪûW | 1100001110111011110000111000100111000010100011101100001010101010110000111011101101010111 | c3bbc389c28ec2aac3bb57 |
UHC | ???ª?W | 00111111001111110011111110101000101000110011111101010111 | 3f3f3fa8a33f57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)