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 | 灌溽稟 | 100111111111001110011111111001111110001001100111 | 9ff39fe7e267 |
EUC-JP | 灌溽稟 | 110111101111010111011110111010011110001111001000 | def5dee9e3c8 |
UTF-8 | 灌溽稟 | 111001111000000110001100111001101011101010111101111001111010100010011111 | e7818ce6babde7a89f |
UHC | 灌?稟 | 1100111010110100001111111111100110100010 | ceb43ff9a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)