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 | 癲?…?? | 11100001100111110011111110000001011000110011111100111111 | e19f3f81633f3f |
EUC-JP | 癲?…瑗? | 111000101010000100111111101000011100010010001111110011001100000000111111 | e2a13fa1c48fccc03f |
UTF-8 | 癲몃…瑗놥 | 111001111001100110110010111010111010101010000011111000101000000010100110111001111001000110010111111010111000011010100101 | e799b2ebaa83e280a6e79197eb86a5 |
UHC | 癲몃…瑗놥 | 11101111101001101011100011101011101000011010011011101010101111001000011101001000 | efa6b8eba1a6eabc8748 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)