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 | ??屍 | 00111111001111111000111001110010 | 3f3f8e72 |
EUC-JP | ?洧屍 | 001111111000111111000111101101001011101111010011 | 3f8fc7b4bbd3 |
UTF-8 | 뤙洧屍 | 111010111010010010011001111001101011010010100111111001011011000110001101 | eba499e6b4a7e5b18d |
UHC | 뤙洧屍 | 100011111100100011101010111110111110001110111011 | 8fc8eafbe3bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)