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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 漆胄雫 | 1111000010101111100011101011110111100011111100101000111010110100 | f0af8ebde3f28eb4 |
EUC-JP | ?漆胄雫 | 00111111101111001011111111100110111101001011110010110110 | 3fbcbfe6f4bcb6 |
UTF-8 | 漆胄雫 | 111011101000000110101110111001101011110010000110111010001000001110000100111010011001101110101011 | ee81aee6bc86e88384e99bab |
UHC | ?漆胄? | 001111111111011011010100111100011011000000111111 | 3ff6d4f1b03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)