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 | 凋?慮??弔 | 100100101001110000111111100101111011011000111111001111111001001010100010 | 929c3f97b63f3f92a2 |
EUC-JP | 凋?慮??弔 | 110000111111110000111111110011101011100000111111001111111100010010100100 | c3fc3fceb83f3fc4a4 |
UTF-8 | 凋닿慮麟렱弔 | 111001011000011110001011111010111000101110111111111001101000010110101110111011111010011110110011111010111010000010110001111001011011110010010100 | e5878beb8bbfe685aeefa7b3eba0b1e5bc94 |
UHC | 凋닿慮麟렱弔 | 111100001011110110110100111010101101010111100111111011001110100010001110101111101111000011000000 | f0bdb4ead5e7ece88ebef0c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)