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 | ???璃 | 0011111100111111001111111001011110011110 | 3f3f3f979e |
EUC-JP | ???璃 | 0011111100111111001111111100110111111110 | 3f3f3fcdfe |
UTF-8 | 뤛퐥ㆂ璃 | 111010111010010010011011111011011001000010100101111000111000011010000010111001111001001010000011 | eba49bed90a5e38682e79283 |
UHC | 뤛퐥ㆂ璃 | 1000111111001010101111011000111010100100111100101101011111100011 | 8fcabd8ea4f2d7e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)