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 | ûY´ûÑ´ | 1111101101011001100011101011010011111011110100011000111010110100 | fb598eb4fbd18eb4 |
SJIS-WIN | ?Y?´???´ | 00111111010110010011111110000001010011000011111100111111001111111000000101001100 | 3f593f814c3f3f3f814c |
EUC-JP | ûY?´ûÑ?´ | 10001111101010111110010101011001001111111010000110101101100011111010101111100101100011111010101011010000001111111010000110101101 | 8fabe5593fa1ad8fabe58faad03fa1ad |
UTF-8 | ûY´ûÑ´ | 110000111011101101011001110000101000111011000010101101001100001110111011110000111001000111000010100011101100001010110100 | c3bb59c28ec2b4c3bbc391c28ec2b4 |
UHC | ?Y?´???´ | 00111111010110010011111110100010101001010011111100111111001111111010001010100101 | 3f593fa2a53f3f3fa2a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)