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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 筽앮쑒廉붺뇖 | 111001111010110110111101111011001001010110101110111011001001000110010010111011111010011010100010111010111011011010111010111010111000011110010110 | e7adbdec95aeec9192efa6a2ebb6baeb8796 |
UHC | 筽앮쑒廉붺뇖 | 111010001010010010011101111001101001110010110001111001101111010110010100111001111000011110000001 | e8a49de69cb1e6f594e78781 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)