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 | 褓х工 | 111001011110111010000100100001111000110101001000 | e5ee84878d48 |
EUC-JP | 褓х工 | 111010101111000010100111111001111011100110101001 | eaf0a7e7b9a9 |
UTF-8 | 褓х工 | 1110100010100100100100111101000110000101111001011011011110100101 | e8a493d185e5b7a5 |
UHC | 褓х工 | 110111001100111010101100111001111100110111101111 | dcceace7cdef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)