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 | ???奄щ? | 0011111100111111001111111000100110000010100001001000101100111111 | 3f3f3f8982848b3f |
EUC-JP | ???奄щ? | 0011111100111111001111111011000111100010101001111110101100111111 | 3f3f3fb1e2a7eb3f |
UTF-8 | 溜븅갱奄щ졋 | 1110111110100111100010111110101110111000100001011110101010110000101100011110010110100101100001001101000110001001111011001010000110001011 | efa78bebb885eab0b1e5a584d189eca18b |
UHC | 溜븅갱奄щ졋 | 111010101111111010111010111010011011000010111011111001011111001010101100111010111010000010111010 | eafebae9b0bbe5f2aceba0ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)