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 | 鉚場ウ零 | 11100111111101001000111111101010101100111001011111101011 | e7f48feab397eb |
EUC-JP | 鉚場ウ零 | 1110111011110110101111101110110010001110101100111100111011101101 | eef6beec8eb3ceed |
UTF-8 | 鉚場ウ零 | 111010011000100110011010111001011010000010110100111011111011110110110011111010011001101110110110 | e9899ae5a0b4efbdb3e99bb6 |
UHC | ?場?零 | 001111111110110111011110001111111101011011000011 | 3fedde3fd6c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)