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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 肛?湖?紆?B | 11100011111010000011111110001100110011100011111111100010111111000011111101000010 | e3e83f8cce3fe2fc3f42 |
EUC-JP | 肛?湖?紆?B | 11100110111010100011111110111000110100000011111111100100111111100011111101000010 | e6ea3fb8d03fe4fe3f42 |
UTF-8 | 肛렚湖렞紆렣B | 11101000100000101001101111101011101000001001101011100110101110011001011011101011101000001001111011100111101101001000011011101011101000001010001101000010 | e8829beba09ae6b996eba09ee7b486eba0a342 |
UHC | 肛렚湖렞紆렣B | 11111001111111011000111010101101111110111100100110001110101011111110100111100001100011101011010001000010 | f9fd8eadfbc98eafe9e18eb442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)