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 | 膂処畿 | 111001000100111110001111100010001000101101000101 | e44f8f888b45 |
EUC-JP | 膂処畿 | 111001111011000010111101111010001011010110100110 | e7b0bde8b5a6 |
UTF-8 | 膂処畿 | 111010001000011010000010111001011000011110100110111001111001010110111111 | e88682e587a6e795bf |
UHC | ??畿 | 00111111001111111101000110110010 | 3f3fd1b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)