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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 航??橈?? | 1000110101110001001111110011111110011110111101000011111100111111 | 8d713f3f9ef43f3f |
EUC-JP | 航??橈?? | 1011100111010010001111110011111111011100111101100011111100111111 | b9d23f3fdcf63f3f |
UTF-8 | 航욅뿏橈볟뤀 | 111010001000100010101010111011001001101010000101111010111011111110001111111001101010100110001000111010111011001110011111111010111010010010000000 | e888aaec9a85ebbf8fe6a988ebb39feba480 |
UHC | 航욅뿏橈볟뤀 | 111110011111111010011110111001111001011110010100111010001111101010010011111001011000111110110001 | f9fe9ee79794e8fa93e58fb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)