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Òç·¡ | 1111101101010111110100101110011110001110101101111000111010100001 | fb57d2e78eb78ea1 |
SJIS-WIN | ?W?????? | 0011111101010111001111110011111100111111001111110011111100111111 | 3f573f3f3f3f3f3f |
EUC-JP | ûWÒç???¡ | 10001111101010111110010101010111100011111010101011010010100011111010101110101110001111110011111100111111100011111010001011000010 | 8fabe5578faad28fabae3f3f3f8fa2c2 |
UTF-8 | ûWÒç·¡ | 110000111011101101010111110000111001001011000011101001111100001010001110110000101011011111000010100011101100001010100001 | c3bb57c392c3a7c28ec2b7c28ec2a1 |
UHC | ?W???·?¡ | 00111111010101110011111100111111001111111010000110100100001111111010001010101110 | 3f573f3f3fa1a43fa2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)