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 | ??…悠 | 001111110011111110000001011000111001011101001001 | 3f3f81639749 |
EUC-JP | ??…悠 | 001111110011111110100001110001001100110110101010 | 3f3fa1c4cdaa |
UTF-8 | 轢깅…悠 | 111011111010011010001101111010101011100110000101111000101000000010100110111001101000001010100000 | efa68deab985e280a6e682a0 |
UHC | 轢깅…悠 | 1110011010111100101100011110101110100001101001101110101011101101 | e6bcb1eba1a6eaed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)