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 | 諸?骨指冀? | 10001111100101000011111110001101100111001000111001110111100110010110001000111111 | 8f943f8d9c8e7799623f |
EUC-JP | 諸?骨指冀? | 10111101111101000011111110111001111111001011101111011000110100011100001100111111 | bdf43fb9fcbbd8d1c33f |
UTF-8 | 諸댈骨指冀렎 | 111010001010101110111000111010111000110010001000111010011010101010101000111001101000110010000111111001011000011010000000111010111010000010001110 | e8abb8eb8c88e9aaa8e68c87e58680eba08e |
UHC | 諸댈骨指冀렎 | 111100001011001110110100111011101100110111101001111100101010011011010000111011011000111010100100 | f0b3b4eecde9f2a6d0ed8ea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)