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 | 畏??梧?? | 1000100011011000001111110011111110001100111001100011111100111111 | 88d83f3f8ce63f3f |
EUC-JP | 畏??梧?? | 1011000011011010001111110011111110111000111010000011111100111111 | b0da3f3fb8e83f3f |
UTF-8 | 畏먲쉽梧귨쉥 | 111001111001010110001111111010111010100010110010111011001000100110111101111001101010001010100111111010101011011110101000111011001000100110100101 | e7958feba8b2ec89bde6a2a7eab7a8ec89a5 |
UHC | 畏먲쉽梧귨쉥 | 111010001110011010010000111011111011110110110001111001111111110010000010111011111011110110101011 | e8e690efbdb1e7fc82efbdab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)