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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?渥菅 | 0011111110001000101011011001000010011011 | 3f88ad909b |
EUC-JP | ?渥菅 | 0011111110110000101011111011111111111011 | 3fb0afbffb |
UTF-8 | 펫渥菅 | 111011011000111010101011111001101011100010100101111010001000111110000101 | ed8eabe6b8a5e88f85 |
UHC | 펫渥菅 | 110001101110101011100100110001101100111010111001 | c6eae4c6ceb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)