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 | 寤κ?韋?? | 100110111000100010000011110010000011111111101000111010000011111100111111 | 9b8883c83fe8e83f3f |
EUC-JP | 寤κ?韋?? | 110101011110100010100110110010100011111111110000111010100011111100111111 | d5e8a6ca3ff0ea3f3f |
UTF-8 | 寤κ옇韋앾쭓 | 1110010110101111101001001100111010111010111011001001100010000111111010011001111110001011111011001001010110111110111011001010110110010011 | e5afa4cebaec9887e99f8bec95beecad93 |
UHC | 寤κ옇韋앾쭓 | 111001111111010110100101111010101011111110111000111010101101111110011101111011111010011110001011 | e7f5a5eabfb8eadf9defa78b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)