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 | ´èÛÕ | 100011101011010011101000110110111000111011010101 | 8eb4e8db8ed5 |
SJIS-WIN | ?´???? | 00111111100000010100110000111111001111110011111100111111 | 3f814c3f3f3f3f |
EUC-JP | ?´èÛ?Õ | 00111111101000011010110110001111101010111011001010001111101010101110010100111111100011111010101011011000 | 3fa1ad8fabb28faae53f8faad8 |
UTF-8 | ´èÛÕ | 110000101000111011000010101101001100001110101000110000111001101111000010100011101100001110010101 | c28ec2b4c3a8c39bc28ec395 |
UHC | ?´???? | 00111111101000101010010100111111001111110011111100111111 | 3fa2a53f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)