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 | ¾ßȼ« | 10111110110111111000111011001000101111001010101110001111 | bedf8ec8bcab8f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ?ß?È??? | 0011111110001111101010011100111000111111100011111010101010110010001111110011111100111111 | 3f8fa9ce3f8faab23f3f3f |
UTF-8 | ¾ßȼ« | 1100001010111110110000111001111111000010100011101100001110001000110000101011110011000010101010111100001010001111 | c2bec39fc28ec388c2bcc2abc28f |
UHC | ¾ß??¼?? | 10101000111110101010100110101100001111110011111110101000111110010011111100111111 | a8faa9ac3f3fa8f93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)