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 | 寤β?瑜?? | 100110111000100010000011110000000011111111100000111011110011111100111111 | 9b8883c03fe0ef3f3f |
EUC-JP | 寤β?瑜?? | 110101011110100010100110110000100011111111100000111100010011111100111111 | d5e8a6c23fe0f13f3f |
UTF-8 | 寤β넂瑜쇽쬂 | 1110010110101111101001001100111010110010111010111000010010000010111001111001000110011100111011001000011110111101111011001010110010000010 | e5afa4ceb2eb8482e7919cec87bdecac82 |
UHC | 寤β넂瑜쇽쬂 | 111001111111010110100101111000101000011010010010111010111010010110111100111011111010011010011001 | e7f5a5e28692eba5bcefa699 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)