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 | 俄??? | 1000100111100010001111110011111100111111 | 89e23f3f3f |
EUC-JP | 俄??? | 1011001011100100001111110011111100111111 | b2e43f3f3f |
UTF-8 | 俄뤸랾沈 | 111001001011111110000100111010111010010010111000111010111001111010111110111011111010010110110010 | e4bf84eba4b8eb9ebeefa5b2 |
UHC | 俄뤸랾沈 | 1110010010101101100011111110011010001110010101111110010010100001 | e4ad8fe68e57e4a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)