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 | 傲????? | 10011000111111000011111100111111001111110011111100111111 | 98fc3f3f3f3f3f |
EUC-JP | 傲????? | 11010000111111100011111100111111001111110011111100111111 | d0fe3f3f3f3f3f |
UTF-8 | 傲딀객亮삭돵 | 111001011000001010110010111010111001010010000000111010101011000010011101111011111010010110110111111011001000001010101101111010111000111110110101 | e582b2eb9480eab09defa5b7ec82adeb8fb5 |
UHC | 傲딀객亮삭돵 | 111001111110110010001010111001101011000010110100111001011011100110111011111010001000100110111000 | e7ec8ae6b0b4e5b9bbe889b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)