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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 実鴆蕊 | 100011101100000011101001111011111000111011000111 | 8ec0e9ef8ec7 |
EUC-JP | 実鴆蕊 | 101111001100001011110010111100011011110011001001 | bcc2f2f1bcc9 |
UTF-8 | 実鴆蕊 | 111001011010111010011111111010011011010010000110111010001001010110001010 | e5ae9fe9b486e8958a |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)