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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | ??瞼?モ] | 0011111100111111111000011101100100111111100000111000001001011101 | 3f3fe1d93f83825d |
EUC-JP | ??瞼?モ] | 0011111100111111111000101101101100111111101001011110001001011101 | 3f3fe2db3fa5e25d |
UTF-8 | 룫笠瞼캀モ] | 11101011101000111010101111101111101001111011100011100111100111101011110011101100101110101000000011100011100000111010001001011101 | eba3abefa7b8e79ebcecba80e383a25d |
UHC | 룫笠瞼캀モ] | 1000111110100010111011011010001011001100101000011010111110001111101010111110001001011101 | 8fa2eda2cca1af8fabe25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)