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 | 奧??巍?? | 1001101011111010001111110011111110011011110110010011111100111111 | 9afa3f3f9bd93f3f |
EUC-JP | 奧??巍?? | 1101010011111100001111110011111111010110110110110011111100111111 | d4fc3f3fd6db3f3f |
UTF-8 | 奧덌엠巍쒑떃 | 111001011010010110100111111010111000110110001100111011001001011110100000111001011011011110001101111011001001001010010001111010111001011010000011 | e5a5a7eb8d8cec97a0e5b78dec9291eb9683 |
UHC | 奧덌엠巍쒑떃 | 111001111111001110001000111011111011111110100101111010001110010010011100111010001000101110011001 | e7f388efbfa5e8e49ce88b99 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)