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 | 伍??烏?? | 1000110011011110001111110011111110001001010001110011111100111111 | 8cde3f3f89473f3f |
EUC-JP | 伍??烏?? | 1011100011100000001111110011111110110001101010000011111100111111 | b8e03f3fb1a83f3f |
UTF-8 | 伍놅퐦烏녺뎡 | 111001001011110010001101111010111000011010000101111011011001000010100110111001111000001110001111111010111000010110111010111010111000111010100001 | e4bc8deb8685ed90a6e7838feb85baeb8ea1 |
UHC | 伍놅퐦烏녺뎡 | 111001111110101010000110111011111011110110001111111010001010000110000110111001111011010110110010 | e7ea86efbd8fe8a186e7b5b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)