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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 十??綬 | 100011110101110000111111001111111000111011111000 | 8f5c3f3f8ef8 |
EUC-JP | 十??綬 | 101111011011110100111111001111111011110011111010 | bdbd3f3fbcfa |
UTF-8 | 十듽궏綬 | 111001011000110110000001111010111001001110111101111010101011011010001111111001111011011010101100 | e58d81eb93bdeab68fe7b6ac |
UHC | 十듽궏綬 | 1110010010101000100010101110001110000010101001011110001010111000 | e4a88ae382a5e2b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)