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 | 禹詐?? | 111000100101101010001101101111000011111100111111 | e25a8dbc3f3f |
EUC-JP | 禹詐?? | 111000111011101110111010101111100011111100111111 | e3bbbabe3f3f |
UTF-8 | 禹詐렓렖 | 111001111010011010111001111010001010100110010000111010111010000010010011111010111010000010010110 | e7a6b9e8a990eba093eba096 |
UHC | 禹詐렓렖 | 1110100111100000110111101111000110001110101010001000111010101011 | e9e0def18ea88eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)