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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??脾秘? | 00111111001111111110010001000010100101001110100100111111 | 3f3fe44294e93f |
EUC-JP | ??脾秘? | 00111111001111111110011110100011110010001110101100111111 | 3f3fe7a3c8eb3f |
UTF-8 | 룶뇟脾秘풋 | 111010111010001110110110111010111000011110011111111010001000010010111110111001111010011110011000111011011001001010001011 | eba3b6eb879fe884bee7a798ed928b |
UHC | 룶뇟脾秘풋 | 10001111101010111011010010100001110111101010000111011101111110101100011110110010 | 8fabb4a1dea1ddfac7b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)