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 | ???遊щ? | 0011111100111111001111111001011101010110100001001000101100111111 | 3f3f3f9756848b3f |
EUC-JP | ???遊щ? | 0011111100111111001111111100110110110111101001111110101100111111 | 3f3f3fcdb7a7eb3f |
UTF-8 | 溜븐쓻遊щ뒜 | 1110111110100111100010111110101110111000100100001110110010010011101110111110100110000001100010101101000110001001111010111001001010011100 | efa78bebb890ec93bbe9818ad189eb929c |
UHC | 溜븐쓻遊щ뒜 | 111010101111111010111010111011001001110110010110111010111011010010101100111010111000101010011001 | eafebaec9d96ebb4aceb8a99 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)