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 | ?靑?? | 0011111111111011111100100011111100111111 | 3ffbf23f3f |
EUC-JP | ??熢? | 001111110011111110001111110010101010101100111111 | 3f3f8fcaab3f |
UTF-8 | 뤚靑熢죋 | 111010111010010010011010111010011001110110010001111001111000011010100010111011001010001110001011 | eba49ae99d91e786a2eca38b |
UHC | 뤚靑熢죋 | 1000111111001001111101001110110011011100111011001010000101101000 | 8fc9f4ecdceca168 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)