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 | ??頸? | 0011111100111111111010001111001000111111 | 3f3fe8f23f |
EUC-JP | ??頸琫 | 00111111001111111111000011110100100011111100110010101111 | 3f3ff0f48fccaf |
UTF-8 | 뤛퐥頸琫 | 111010111010010010011011111011011001000010100101111010011010000010111000111001111001000010101011 | eba49bed90a5e9a0b8e790ab |
UHC | 뤛퐥頸琫 | 1000111111001010101111011000111011001100111100101101110011101101 | 8fcabd8eccf2dced |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)