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 | 凋?u而? | 1001001010011100001111111000001010010101100011101010011100111111 | 929c3f82958ea73f |
EUC-JP | 凋?u而? | 1100001111111100001111111010001111110101101111001010100100111111 | c3fc3fa3f5bca93f |
UTF-8 | 凋댑u而렲 | 111001011000011110001011111010111000110010010001111011111011110110010101111010001000000010001100111010111010000010110010 | e5878beb8c91efbd95e8808ceba0b2 |
UHC | 凋댑u而렲 | 11110000101111011011010011110000101000111111010111101100101110111000111010111111 | f0bdb4f0a3f5ecbb8ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)