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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 倭??蘊?? | 1001100001100000001111110011111111100101010111010011111100111111 | 98603f3fe55d3f3f |
EUC-JP | 倭??蘊?? | 1100111111000001001111110011111111101001101111100011111100111111 | cfc13f3fe9be3f3f |
UTF-8 | 倭양뵽蘊딃썣 | 111001011000000010101101111011001001011010010001111010111011010110111101111010001001100010001010111010111001010010000011111011001000110110100011 | e580adec9691ebb5bde8988aeb9483ec8da3 |
UHC | 倭양뵽蘊딃썣 | 111010001101111010111110111001111001010010111011111010001011001110001010111010011001101110010110 | e8debee794bbe8b38ae99b96 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)