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 | ûÑ´ûV | 111110111101000110001110101101001111101101010110 | fbd18eb4fb56 |
SJIS-WIN | ???´?V | 00111111001111110011111110000001010011000011111101010110 | 3f3f3f814c3f56 |
EUC-JP | ûÑ?´ûV | 10001111101010111110010110001111101010101101000000111111101000011010110110001111101010111110010101010110 | 8fabe58faad03fa1ad8fabe556 |
UTF-8 | ûÑ´ûV | 1100001110111011110000111001000111000010100011101100001010110100110000111011101101010110 | c3bbc391c28ec2b4c3bb56 |
UHC | ???´?V | 00111111001111110011111110100010101001010011111101010110 | 3f3f3fa2a53f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)