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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 擁??蘊? | 10010111011010010011111100111111111001010101110100111111 | 97693f3fe55d3f |
EUC-JP | 擁??蘊? | 11001101110010100011111100111111111010011011111000111111 | cdca3f3fe9be3f |
UTF-8 | 擁숋쪓蘊볥 | 111001101001001110000001111011001000100010001011111011001010101010010011111010001001100010001010111010111011001110100101 | e69381ec888becaa93e8988aebb3a5 |
UHC | 擁숋쪓蘊볥 | 11101000101101101001100111101111101001011000110111101000101100111001001111101011 | e8b699efa58de8b393eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)