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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 驩崎ウ」鬪ー | 111010011000100110001101111010001011001110100011111010011010101010110000 | e9898de8b3a3e9aab0 |
EUC-JP | 驩崎ウ」鬪ー | 111100011110100110111010111010101000111010110011100011101010001111110010101011001000111010110000 | f1e9baea8eb38ea3f2ac8eb0 |
UTF-8 | 驩崎ウ」鬪ー | 111010011010100110101001111001011011010010001110111011111011110110110011111011111011110110100011111010011010110010101010111011111011110110110000 | e9a9a9e5b48eefbdb3efbda3e9acaaefbdb0 |
UHC | 驩崎??鬪? | 111111001011111011010000111110000011111100111111111101111110001100111111 | fcbed0f83f3ff7e33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)